@chabokan.net/cli 0.9.0 → 0.9.1
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 +22 -22
- package/oclif.manifest.json +36 -36
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ $ npm install -g @chabokan.net/cli
|
|
|
52
52
|
$ chabok COMMAND
|
|
53
53
|
running command...
|
|
54
54
|
$ chabok (--version|-v)
|
|
55
|
-
@chabokan.net/cli/0.9.
|
|
55
|
+
@chabokan.net/cli/0.9.1 darwin-arm64 node-v22.23.2
|
|
56
56
|
$ chabok --help [COMMAND]
|
|
57
57
|
USAGE
|
|
58
58
|
$ chabok COMMAND
|
|
@@ -134,7 +134,7 @@ EXAMPLES
|
|
|
134
134
|
$ chabok account info
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
-
_See code: [src/commands/account/info.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
137
|
+
_See code: [src/commands/account/info.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/account/info.ts)_
|
|
138
138
|
|
|
139
139
|
## `chabok account list`
|
|
140
140
|
|
|
@@ -156,7 +156,7 @@ EXAMPLES
|
|
|
156
156
|
$ chabok account list
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
_See code: [src/commands/account/list.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
159
|
+
_See code: [src/commands/account/list.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/account/list.ts)_
|
|
160
160
|
|
|
161
161
|
## `chabok account remove`
|
|
162
162
|
|
|
@@ -178,7 +178,7 @@ EXAMPLES
|
|
|
178
178
|
$ chabok account remove
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
_See code: [src/commands/account/remove.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
181
|
+
_See code: [src/commands/account/remove.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/account/remove.ts)_
|
|
182
182
|
|
|
183
183
|
## `chabok account use`
|
|
184
184
|
|
|
@@ -205,7 +205,7 @@ EXAMPLES
|
|
|
205
205
|
$ chabok account use --user me@example.com
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [src/commands/account/use.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
208
|
+
_See code: [src/commands/account/use.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/account/use.ts)_
|
|
209
209
|
|
|
210
210
|
## `chabok autocomplete [SHELL]`
|
|
211
211
|
|
|
@@ -264,7 +264,7 @@ EXAMPLES
|
|
|
264
264
|
$ chabok cloudserver create --hostname my-vps
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [src/commands/cloudserver/create.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
267
|
+
_See code: [src/commands/cloudserver/create.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/cloudserver/create.ts)_
|
|
268
268
|
|
|
269
269
|
## `chabok cloudserver delete`
|
|
270
270
|
|
|
@@ -292,7 +292,7 @@ EXAMPLES
|
|
|
292
292
|
$ chabok cloudserver delete --hostname my-vps --yes
|
|
293
293
|
```
|
|
294
294
|
|
|
295
|
-
_See code: [src/commands/cloudserver/delete.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
295
|
+
_See code: [src/commands/cloudserver/delete.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/cloudserver/delete.ts)_
|
|
296
296
|
|
|
297
297
|
## `chabok cloudserver list`
|
|
298
298
|
|
|
@@ -314,7 +314,7 @@ EXAMPLES
|
|
|
314
314
|
$ chabok cloudserver list
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
_See code: [src/commands/cloudserver/list.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
317
|
+
_See code: [src/commands/cloudserver/list.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/cloudserver/list.ts)_
|
|
318
318
|
|
|
319
319
|
## `chabok cloudserver restart`
|
|
320
320
|
|
|
@@ -341,7 +341,7 @@ EXAMPLES
|
|
|
341
341
|
$ chabok cloudserver restart --hostname my-vps
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [src/commands/cloudserver/restart.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
344
|
+
_See code: [src/commands/cloudserver/restart.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/cloudserver/restart.ts)_
|
|
345
345
|
|
|
346
346
|
## `chabok cloudserver start`
|
|
347
347
|
|
|
@@ -368,7 +368,7 @@ EXAMPLES
|
|
|
368
368
|
$ chabok cloudserver start --hostname my-vps
|
|
369
369
|
```
|
|
370
370
|
|
|
371
|
-
_See code: [src/commands/cloudserver/start.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
371
|
+
_See code: [src/commands/cloudserver/start.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/cloudserver/start.ts)_
|
|
372
372
|
|
|
373
373
|
## `chabok cloudserver stop`
|
|
374
374
|
|
|
@@ -395,7 +395,7 @@ EXAMPLES
|
|
|
395
395
|
$ chabok cloudserver stop --hostname my-vps
|
|
396
396
|
```
|
|
397
397
|
|
|
398
|
-
_See code: [src/commands/cloudserver/stop.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
398
|
+
_See code: [src/commands/cloudserver/stop.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/cloudserver/stop.ts)_
|
|
399
399
|
|
|
400
400
|
## `chabok deploy`
|
|
401
401
|
|
|
@@ -435,7 +435,7 @@ EXAMPLES
|
|
|
435
435
|
CHABOK_DEBUG=true chabok deploy -s my-app
|
|
436
436
|
```
|
|
437
437
|
|
|
438
|
-
_See code: [src/commands/deploy.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
438
|
+
_See code: [src/commands/deploy.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/deploy.ts)_
|
|
439
439
|
|
|
440
440
|
## `chabok help [COMMAND]`
|
|
441
441
|
|
|
@@ -492,7 +492,7 @@ EXAMPLES
|
|
|
492
492
|
$ chabok login --email other@example.com
|
|
493
493
|
```
|
|
494
494
|
|
|
495
|
-
_See code: [src/commands/login.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
495
|
+
_See code: [src/commands/login.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/login.ts)_
|
|
496
496
|
|
|
497
497
|
## `chabok plugins`
|
|
498
498
|
|
|
@@ -810,7 +810,7 @@ EXAMPLES
|
|
|
810
810
|
$ chabok service domain add -s my-app -d www.example.com
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [src/commands/service/domain/add.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
813
|
+
_See code: [src/commands/service/domain/add.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/service/domain/add.ts)_
|
|
814
814
|
|
|
815
815
|
## `chabok service domain remove`
|
|
816
816
|
|
|
@@ -838,7 +838,7 @@ EXAMPLES
|
|
|
838
838
|
$ chabok service domain remove -s my-app -d www.example.com
|
|
839
839
|
```
|
|
840
840
|
|
|
841
|
-
_See code: [src/commands/service/domain/remove.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
841
|
+
_See code: [src/commands/service/domain/remove.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/service/domain/remove.ts)_
|
|
842
842
|
|
|
843
843
|
## `chabok service list`
|
|
844
844
|
|
|
@@ -864,7 +864,7 @@ EXAMPLES
|
|
|
864
864
|
$ chabok account use -u me@example.com && chabok service list
|
|
865
865
|
```
|
|
866
866
|
|
|
867
|
-
_See code: [src/commands/service/list.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
867
|
+
_See code: [src/commands/service/list.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/service/list.ts)_
|
|
868
868
|
|
|
869
869
|
## `chabok service logs`
|
|
870
870
|
|
|
@@ -899,7 +899,7 @@ EXAMPLES
|
|
|
899
899
|
$ chabok service logs -s my-app > my-app.log
|
|
900
900
|
```
|
|
901
901
|
|
|
902
|
-
_See code: [src/commands/service/logs.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
902
|
+
_See code: [src/commands/service/logs.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/service/logs.ts)_
|
|
903
903
|
|
|
904
904
|
## `chabok service resize`
|
|
905
905
|
|
|
@@ -933,7 +933,7 @@ EXAMPLES
|
|
|
933
933
|
$ chabok service resize -s my-app --ram 4
|
|
934
934
|
```
|
|
935
935
|
|
|
936
|
-
_See code: [src/commands/service/resize.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
936
|
+
_See code: [src/commands/service/resize.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/service/resize.ts)_
|
|
937
937
|
|
|
938
938
|
## `chabok service restart`
|
|
939
939
|
|
|
@@ -964,7 +964,7 @@ EXAMPLES
|
|
|
964
964
|
$ chabok service restart -s my-app && chabok service logs -s my-app
|
|
965
965
|
```
|
|
966
966
|
|
|
967
|
-
_See code: [src/commands/service/restart.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
967
|
+
_See code: [src/commands/service/restart.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/service/restart.ts)_
|
|
968
968
|
|
|
969
969
|
## `chabok service start`
|
|
970
970
|
|
|
@@ -995,7 +995,7 @@ EXAMPLES
|
|
|
995
995
|
$ chabok service start -s my-app
|
|
996
996
|
```
|
|
997
997
|
|
|
998
|
-
_See code: [src/commands/service/start.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
998
|
+
_See code: [src/commands/service/start.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/service/start.ts)_
|
|
999
999
|
|
|
1000
1000
|
## `chabok service stop`
|
|
1001
1001
|
|
|
@@ -1026,7 +1026,7 @@ EXAMPLES
|
|
|
1026
1026
|
$ chabok service stop -s my-app
|
|
1027
1027
|
```
|
|
1028
1028
|
|
|
1029
|
-
_See code: [src/commands/service/stop.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
1029
|
+
_See code: [src/commands/service/stop.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/service/stop.ts)_
|
|
1030
1030
|
|
|
1031
1031
|
## `chabok version`
|
|
1032
1032
|
|
|
@@ -1068,5 +1068,5 @@ EXAMPLES
|
|
|
1068
1068
|
$ chabok wallet list
|
|
1069
1069
|
```
|
|
1070
1070
|
|
|
1071
|
-
_See code: [src/commands/wallet/list.ts](https://github.com/chabokan/cli/blob/v0.9.
|
|
1071
|
+
_See code: [src/commands/wallet/list.ts](https://github.com/chabokan/cli/blob/v0.9.1/src/commands/wallet/list.ts)_
|
|
1072
1072
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -570,41 +570,6 @@
|
|
|
570
570
|
"stop.js"
|
|
571
571
|
]
|
|
572
572
|
},
|
|
573
|
-
"wallet:list": {
|
|
574
|
-
"aliases": [],
|
|
575
|
-
"args": {},
|
|
576
|
-
"description": "list the wallets on your account",
|
|
577
|
-
"examples": [
|
|
578
|
-
{
|
|
579
|
-
"description": "Show every wallet and its balance",
|
|
580
|
-
"command": "<%= config.bin %> wallet list"
|
|
581
|
-
}
|
|
582
|
-
],
|
|
583
|
-
"flags": {
|
|
584
|
-
"help": {
|
|
585
|
-
"char": "h",
|
|
586
|
-
"description": "Show CLI help.",
|
|
587
|
-
"name": "help",
|
|
588
|
-
"allowNo": false,
|
|
589
|
-
"type": "boolean"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
"hasDynamicHelp": false,
|
|
593
|
-
"hiddenAliases": [],
|
|
594
|
-
"id": "wallet:list",
|
|
595
|
-
"pluginAlias": "@chabokan.net/cli",
|
|
596
|
-
"pluginName": "@chabokan.net/cli",
|
|
597
|
-
"pluginType": "core",
|
|
598
|
-
"strict": true,
|
|
599
|
-
"enableJsonFlag": false,
|
|
600
|
-
"isESM": true,
|
|
601
|
-
"relativePath": [
|
|
602
|
-
"dist",
|
|
603
|
-
"commands",
|
|
604
|
-
"wallet",
|
|
605
|
-
"list.js"
|
|
606
|
-
]
|
|
607
|
-
},
|
|
608
573
|
"service:list": {
|
|
609
574
|
"aliases": [],
|
|
610
575
|
"args": {},
|
|
@@ -927,6 +892,41 @@
|
|
|
927
892
|
"stop.js"
|
|
928
893
|
]
|
|
929
894
|
},
|
|
895
|
+
"wallet:list": {
|
|
896
|
+
"aliases": [],
|
|
897
|
+
"args": {},
|
|
898
|
+
"description": "list the wallets on your account",
|
|
899
|
+
"examples": [
|
|
900
|
+
{
|
|
901
|
+
"description": "Show every wallet and its balance",
|
|
902
|
+
"command": "<%= config.bin %> wallet list"
|
|
903
|
+
}
|
|
904
|
+
],
|
|
905
|
+
"flags": {
|
|
906
|
+
"help": {
|
|
907
|
+
"char": "h",
|
|
908
|
+
"description": "Show CLI help.",
|
|
909
|
+
"name": "help",
|
|
910
|
+
"allowNo": false,
|
|
911
|
+
"type": "boolean"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
"hasDynamicHelp": false,
|
|
915
|
+
"hiddenAliases": [],
|
|
916
|
+
"id": "wallet:list",
|
|
917
|
+
"pluginAlias": "@chabokan.net/cli",
|
|
918
|
+
"pluginName": "@chabokan.net/cli",
|
|
919
|
+
"pluginType": "core",
|
|
920
|
+
"strict": true,
|
|
921
|
+
"enableJsonFlag": false,
|
|
922
|
+
"isESM": true,
|
|
923
|
+
"relativePath": [
|
|
924
|
+
"dist",
|
|
925
|
+
"commands",
|
|
926
|
+
"wallet",
|
|
927
|
+
"list.js"
|
|
928
|
+
]
|
|
929
|
+
},
|
|
930
930
|
"service:domain:add": {
|
|
931
931
|
"aliases": [],
|
|
932
932
|
"args": {},
|
|
@@ -1040,5 +1040,5 @@
|
|
|
1040
1040
|
]
|
|
1041
1041
|
}
|
|
1042
1042
|
},
|
|
1043
|
-
"version": "0.9.
|
|
1043
|
+
"version": "0.9.1"
|
|
1044
1044
|
}
|