@blocklet/cli 1.8.22 → 1.8.24

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.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -34,7 +34,7 @@ Commands:
34
34
  start [options] Start Blocklet Server Daemon
35
35
  init [options] Init Blocklet Server config
36
36
  status Show Blocklet Server and blocklet status
37
- logs Show Blocklet Server and blocklet logs
37
+ logs Show Blocklet Server and blocklet log files
38
38
  stop [options] Stop Blocklet Server and blocklets
39
39
  info [options] Get environment information for debugging and
40
40
  issue reporting
@@ -70,14 +70,15 @@ Commands:
70
70
  a blocklet
71
71
  upload [options] [metafile] Upload the blocklet to blocklet store
72
72
  exec <script> Execute script in blocklet running context
73
- connect [options] <store-url> Connect to blocklet store and configure
74
- development environment
73
+ connect [options] <store-url> Connect to blocklet store. This command
74
+ will set store configuration by "blocklet
75
+ config"
75
76
  create [name] Bootstrap a brand new blocklet from various
76
77
  starter templates within minutes
77
78
  add [options] <component> Add component to blocklet.yml
78
79
  remove <component> Remove component from blocklet.yml
79
- config [options] Manage the Blocklet Server configuration
80
- files, use blocklet config help to see detail
80
+ config [options] Manage the configuration for Blocklet CLI,
81
+ use blocklet config help to see detail
81
82
  server [options]
82
83
  help [command] display help for command
83
84
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/cli",
3
- "version": "1.8.22",
3
+ "version": "1.8.24",
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",
@@ -31,7 +31,7 @@
31
31
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@abtnode/cli": "1.8.22",
34
+ "@abtnode/cli": "1.8.24",
35
35
  "colors": "1.4.0",
36
36
  "shelljs": "^0.8.5"
37
37
  },
@@ -41,5 +41,5 @@
41
41
  "engines": {
42
42
  "node": ">=12"
43
43
  },
44
- "gitHead": "b0b31c2a0d29de79b29591f020f577d6c3806248"
44
+ "gitHead": "2b955a638ca6177c04f3a722cc326770fba276f0"
45
45
  }