@blocklet/cli 1.16.18 → 1.16.19-beta-e6aac665
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 +10 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -21,6 +21,15 @@ Now your Blocklet Server is up and running.
|
|
|
21
21
|
## `blocklet server` command
|
|
22
22
|
|
|
23
23
|
```terminal
|
|
24
|
+
Powered By
|
|
25
|
+
_ ____ _ _
|
|
26
|
+
/ \ _ __ ___| __ )| | ___ ___| | __
|
|
27
|
+
/ _ \ | '__/ __| _ \| |/ _ \ / __| |/ /
|
|
28
|
+
/ ___ \| | | (__| |_) | | (_) | (__| <
|
|
29
|
+
/_/ \_\_| \___|____/|_|\___/ \___|_|\_\
|
|
30
|
+
|
|
31
|
+
Blocklet CLI v1.16.18
|
|
32
|
+
|
|
24
33
|
Usage: blocklet server [options] [command]
|
|
25
34
|
|
|
26
35
|
Options:
|
|
@@ -31,7 +40,7 @@ Options:
|
|
|
31
40
|
-h, --help display help for command
|
|
32
41
|
|
|
33
42
|
Commands:
|
|
34
|
-
start [options] Start Blocklet Server
|
|
43
|
+
start [options] Start Blocklet Server
|
|
35
44
|
init [options] Init Blocklet Server config
|
|
36
45
|
status Show Blocklet Server and blocklet status
|
|
37
46
|
logs Show Blocklet Server and blocklet log files
|
|
@@ -39,8 +48,6 @@ Commands:
|
|
|
39
48
|
info [options] Get environment information for debugging and
|
|
40
49
|
issue reporting
|
|
41
50
|
upgrade Self-Upgrade Blocklet Server
|
|
42
|
-
export [options] Eject a Blocklet Server config that can be
|
|
43
|
-
shared with others
|
|
44
51
|
help [command] display help for command
|
|
45
52
|
|
|
46
53
|
None of the above command seems help? Consider command line utility blocklet.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/cli",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.19-beta-e6aac665",
|
|
4
4
|
"description": "Command line tools to manage Blocklet and Blocklet Server",
|
|
5
5
|
"homepage": "https://github.com/ArcBlock/blocklet-server#readme",
|
|
6
6
|
"main": "bin/blocklet.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@abtnode/cli": "1.16.
|
|
39
|
+
"@abtnode/cli": "1.16.19-beta-e6aac665",
|
|
40
40
|
"colors": "1.4.0",
|
|
41
41
|
"cross-spawn": "^7.0.3",
|
|
42
42
|
"shelljs": "^0.8.5"
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=14"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "09b0172831521ef73f7879940b977c2696b5b247"
|
|
60
60
|
}
|