@jetshop/cli 6.2.7 → 6.3.0-alpha.33314b01
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 +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ $ npm install -g @jetshop/cli
|
|
|
19
19
|
$ jetshop COMMAND
|
|
20
20
|
running command...
|
|
21
21
|
$ jetshop (-v|--version|version)
|
|
22
|
-
@jetshop/cli/6.
|
|
22
|
+
@jetshop/cli/6.3.0-alpha.33314b01 darwin-arm64 node-v16.20.2
|
|
23
23
|
$ jetshop --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ jetshop COMMAND
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"6.
|
|
1
|
+
{"version":"6.3.0-alpha.33314b01","commands":{"init":{"id":"init","description":"Setup of base project for jetshop e-commerce","pluginName":"@jetshop/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"repoName"},{"name":"shopid"}]}}}
|