@jetshop/cli 5.16.1 → 5.17.0-alpha.240a6034
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 +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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/5.
|
|
22
|
+
@jetshop/cli/5.17.0-alpha.240a6034 darwin-arm64 node-v19.8.1
|
|
23
23
|
$ jetshop --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ jetshop COMMAND
|
|
@@ -48,7 +48,7 @@ OPTIONS
|
|
|
48
48
|
--all see all commands in CLI
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.
|
|
51
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_
|
|
52
52
|
|
|
53
53
|
## `jetshop init [REPONAME] [SHOPID]`
|
|
54
54
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"5.
|
|
1
|
+
{"version":"5.17.0-alpha.240a6034","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"}]}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetshop/cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.17.0-alpha.240a6034",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@oclif/command": "^1.5.6",
|
|
29
29
|
"@oclif/config": "^1.9.0",
|
|
30
30
|
"@oclif/plugin-help": "^2.1.0",
|
|
31
|
-
"chalk": "^
|
|
31
|
+
"chalk": "^4.1.2",
|
|
32
32
|
"child-process-promise": "^2.2.1",
|
|
33
33
|
"cli-ux": "^4.8.1",
|
|
34
34
|
"fs-extra": "^8.0.0",
|