@chabokan.net/cli 0.8.6 → 0.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -13
- package/lib/base.d.ts +1 -1
- package/lib/base.js +25 -26
- package/lib/commands/account/list.d.ts +2 -2
- package/lib/commands/account/list.js +9 -10
- package/lib/commands/account/remove.d.ts +2 -2
- package/lib/commands/account/remove.js +22 -23
- package/lib/commands/account/use.d.ts +3 -3
- package/lib/commands/account/use.js +25 -25
- package/lib/commands/deploy.d.ts +4 -4
- package/lib/commands/deploy.js +77 -67
- package/lib/commands/login.d.ts +5 -5
- package/lib/commands/login.js +24 -22
- package/lib/commands/service/list.d.ts +2 -2
- package/lib/commands/service/list.js +9 -10
- package/lib/commands/service/logs.d.ts +3 -3
- package/lib/commands/service/logs.js +17 -17
- package/lib/commands/service/resize.d.ts +6 -6
- package/lib/commands/service/resize.js +28 -25
- package/lib/commands/service/restart.d.ts +3 -3
- package/lib/commands/service/restart.js +26 -24
- package/lib/commands/service/start.d.ts +3 -3
- package/lib/commands/service/start.js +18 -18
- package/lib/commands/service/stop.d.ts +3 -3
- package/lib/commands/service/stop.js +18 -18
- package/lib/constants.js +5 -9
- package/lib/helper.js +35 -47
- package/lib/index.js +1 -5
- package/oclif.manifest.json +276 -154
- package/package.json +39 -38
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chabokan.net/cli",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.7",
|
|
4
4
|
"description": "Chabokan Cli for PaaS Services",
|
|
5
5
|
"author": "Mohammad Abdi",
|
|
6
|
+
"type": "module",
|
|
6
7
|
"bin": {
|
|
7
8
|
"chabok": "./bin/run"
|
|
8
9
|
},
|
|
@@ -17,47 +18,47 @@
|
|
|
17
18
|
"/oclif.manifest.json"
|
|
18
19
|
],
|
|
19
20
|
"dependencies": {
|
|
20
|
-
"@oclif/core": "^
|
|
21
|
-
"@oclif/plugin-autocomplete": "^
|
|
22
|
-
"@oclif/plugin-help": "^
|
|
23
|
-
"@oclif/plugin-plugins": "^
|
|
24
|
-
"@oclif/plugin-version": "^
|
|
25
|
-
"axios": "^1.
|
|
26
|
-
"boxen": "^
|
|
27
|
-
"chalk": "^
|
|
21
|
+
"@oclif/core": "^3.26.6",
|
|
22
|
+
"@oclif/plugin-autocomplete": "^3.0.18",
|
|
23
|
+
"@oclif/plugin-help": "^6",
|
|
24
|
+
"@oclif/plugin-plugins": "^5.1.3",
|
|
25
|
+
"@oclif/plugin-version": "^2.1.2",
|
|
26
|
+
"axios": "^1.7.2",
|
|
27
|
+
"boxen": "^7.1.1",
|
|
28
|
+
"chalk": "^5.3.0",
|
|
28
29
|
"form-data": "^4.0.0",
|
|
29
|
-
"fs-extra": "^
|
|
30
|
-
"globby": "^
|
|
31
|
-
"got": "^
|
|
32
|
-
"https-proxy-agent": "^
|
|
33
|
-
"ignore": "^5.1
|
|
34
|
-
"inquirer": "^
|
|
35
|
-
"package-json": "^
|
|
30
|
+
"fs-extra": "^11.2.0",
|
|
31
|
+
"globby": "^14.0.1",
|
|
32
|
+
"got": "^13.0.0",
|
|
33
|
+
"https-proxy-agent": "^7.0.4",
|
|
34
|
+
"ignore": "^5.3.1",
|
|
35
|
+
"inquirer": "^9.2.22",
|
|
36
|
+
"package-json": "^10.0.0",
|
|
36
37
|
"progress": "^2.0.3",
|
|
37
|
-
"semver": "^7.
|
|
38
|
-
"semver-diff": "^
|
|
39
|
-
"tar": "^
|
|
38
|
+
"semver": "^7.6.2",
|
|
39
|
+
"semver-diff": "^4.0.0",
|
|
40
|
+
"tar": "^7.1.0"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@oclif/test": "^
|
|
43
|
+
"@oclif/test": "^4.0.2",
|
|
43
44
|
"@types/chai": "^4",
|
|
44
|
-
"@types/fs-extra": "^
|
|
45
|
-
"@types/inquirer": "^9.0.
|
|
46
|
-
"@types/mocha": "^
|
|
47
|
-
"@types/node": "^
|
|
48
|
-
"@types/progress": "^2.0.
|
|
49
|
-
"@types/semver": "^7.
|
|
50
|
-
"@types/tar": "^6.1.
|
|
51
|
-
"chai": "^
|
|
52
|
-
"eslint": "^
|
|
53
|
-
"eslint-config-oclif": "^
|
|
54
|
-
"eslint-config-oclif-typescript": "^1.
|
|
55
|
-
"mocha": "^
|
|
56
|
-
"oclif": "^
|
|
57
|
-
"shx": "^0.3.
|
|
58
|
-
"ts-node": "^10.9.
|
|
59
|
-
"tslib": "^2.
|
|
60
|
-
"typescript": "^4.
|
|
45
|
+
"@types/fs-extra": "^11.0.4",
|
|
46
|
+
"@types/inquirer": "^9.0.7",
|
|
47
|
+
"@types/mocha": "^10.0.6",
|
|
48
|
+
"@types/node": "^20.12.12",
|
|
49
|
+
"@types/progress": "^2.0.7",
|
|
50
|
+
"@types/semver": "^7.5.8",
|
|
51
|
+
"@types/tar": "^6.1.13",
|
|
52
|
+
"chai": "^5",
|
|
53
|
+
"eslint": "^9.3.0",
|
|
54
|
+
"eslint-config-oclif": "^5",
|
|
55
|
+
"eslint-config-oclif-typescript": "^3.1.7",
|
|
56
|
+
"mocha": "^10",
|
|
57
|
+
"oclif": "^4",
|
|
58
|
+
"shx": "^0.3.4",
|
|
59
|
+
"ts-node": "^10.9.2",
|
|
60
|
+
"tslib": "^2.6.2",
|
|
61
|
+
"typescript": "^5.4.5"
|
|
61
62
|
},
|
|
62
63
|
"oclif": {
|
|
63
64
|
"bin": "chabok",
|
|
@@ -93,7 +94,7 @@
|
|
|
93
94
|
"version": "oclif readme && git add README.md"
|
|
94
95
|
},
|
|
95
96
|
"engines": {
|
|
96
|
-
"node": ">=
|
|
97
|
+
"node": ">=18.18.0"
|
|
97
98
|
},
|
|
98
99
|
"bugs": "https://github.com/chabokan/cli/issues",
|
|
99
100
|
"keywords": [
|