@blocklet/cli 1.16.30 → 1.16.31-beta-52250475
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 +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Powered By
|
|
|
28
28
|
/ ___ \| | | (__| |_) | | (_) | (__| <
|
|
29
29
|
/_/ \_\_| \___|____/|_|\___/ \___|_|\_\
|
|
30
30
|
|
|
31
|
-
Blocklet CLI v1.16.
|
|
31
|
+
Blocklet CLI v1.16.30
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
None of the above command seems help? Consider command line utility blocklet.
|
|
@@ -42,7 +42,6 @@ Usage: blocklet [options] [command]
|
|
|
42
42
|
Options:
|
|
43
43
|
-V, --version output the version number
|
|
44
44
|
-y --yes Automatic yes to prompts (default: false)
|
|
45
|
-
(default: false)
|
|
46
45
|
-h, --help display help for command
|
|
47
46
|
|
|
48
47
|
Commands:
|
|
@@ -51,6 +50,7 @@ Commands:
|
|
|
51
50
|
deploy [options] <folder> Deploy blocklet from local directory to
|
|
52
51
|
Blocklet Server
|
|
53
52
|
dev [options] Develop blocklet from current directory
|
|
53
|
+
test Setup blocklet test environment
|
|
54
54
|
init [options] Create an empty blocklet project
|
|
55
55
|
meta Print blocklet meta from a directory
|
|
56
56
|
version [options] [newVersion] Bump blocklet version and persist to disk
|
|
@@ -62,6 +62,8 @@ Commands:
|
|
|
62
62
|
starter templates within minutes
|
|
63
63
|
add [options] <component> Add component to blocklet.yml
|
|
64
64
|
remove <component> Remove component from blocklet.yml
|
|
65
|
+
document Manage DID document for the blocklet or the
|
|
66
|
+
Blocklet Server
|
|
65
67
|
config [options] Manage the configuration for Blocklet CLI,
|
|
66
68
|
use blocklet config help to see detail
|
|
67
69
|
server [options]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/cli",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.31-beta-52250475",
|
|
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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@abtnode/cli": "1.16.
|
|
41
|
+
"@abtnode/cli": "1.16.31-beta-52250475",
|
|
42
42
|
"colors": "1.4.0",
|
|
43
43
|
"cross-spawn": "^7.0.3",
|
|
44
44
|
"shelljs": "^0.8.5"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=14"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "26155b86f103f9e64fd8a23b7fffdb279c71209c"
|
|
62
62
|
}
|