@jetshop/cli 6.2.8 → 6.2.11

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 CHANGED
@@ -1,34 +1,50 @@
1
- # jetshop-cli
2
-
3
- [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
4
- [![Version](https://img.shields.io/npm/v/jetshop-cli.svg)](https://npmjs.org/package/jetshop-cli)
5
- [![Downloads/week](https://img.shields.io/npm/dw/jetshop-cli.svg)](https://npmjs.org/package/jetshop-cli)
6
- [![License](https://img.shields.io/npm/l/jetshop-cli.svg)](https://github.com/git/jetshop-cli/blob/master/package.json)
7
-
1
+ # jetshop-cli
2
+
3
+ [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
4
+ [![Version](https://img.shields.io/npm/v/jetshop-cli.svg)](https://npmjs.org/package/jetshop-cli)
5
+ [![Downloads/week](https://img.shields.io/npm/dw/jetshop-cli.svg)](https://npmjs.org/package/jetshop-cli)
6
+ [![License](https://img.shields.io/npm/l/jetshop-cli.svg)](https://github.com/git/jetshop-cli/blob/master/package.json)
7
+
8
8
  <!-- toc -->
9
9
  * [jetshop-cli](#jetshop-cli)
10
10
  * [Usage](#usage)
11
11
  * [Commands](#commands)
12
- <!-- tocstop -->
13
-
14
- # Usage
15
-
12
+ <!-- tocstop -->
13
+ * [jetshop-cli](#jetshop-cli)
14
+ * [Usage](#usage)
15
+ * [Commands](#commands)
16
+ <!-- tocstop -->
17
+
18
+ # Usage
19
+
16
20
  <!-- usage -->
17
21
  ```sh-session
18
22
  $ npm install -g @jetshop/cli
19
23
  $ jetshop COMMAND
20
24
  running command...
21
25
  $ jetshop (-v|--version|version)
22
- @jetshop/cli/6.2.8 darwin-arm64 node-v16.20.2
26
+ @jetshop/cli/6.2.11 darwin-arm64 node-v18.20.5
23
27
  $ jetshop --help [COMMAND]
24
28
  USAGE
25
29
  $ jetshop COMMAND
26
30
  ...
27
31
  ```
28
- <!-- usagestop -->
29
-
30
- # Commands
31
-
32
+ <!-- usagestop -->
33
+ ```sh-session
34
+ $ npm install -g @jetshop/cli
35
+ $ jetshop COMMAND
36
+ running command...
37
+ $ jetshop (-v|--version|version)
38
+ @jetshop/cli/6.2.9 darwin-arm64 node-v22.9.0
39
+ $ jetshop --help [COMMAND]
40
+ USAGE
41
+ $ jetshop COMMAND
42
+ ...
43
+ ```
44
+ <!-- usagestop -->
45
+
46
+ # Commands
47
+
32
48
  <!-- commands -->
33
49
  * [`jetshop help [COMMAND]`](#jetshop-help-command)
34
50
  * [`jetshop init [REPONAME] [SHOPID]`](#jetshop-init-reponame-shopid)
@@ -58,4 +74,33 @@ Setup of base project for jetshop e-commerce
58
74
  USAGE
59
75
  $ jetshop init [REPONAME] [SHOPID]
60
76
  ```
77
+ <!-- commandsstop -->
78
+ * [`jetshop help [COMMAND]`](#jetshop-help-command)
79
+ * [`jetshop init [REPONAME] [SHOPID]`](#jetshop-init-reponame-shopid)
80
+
81
+ ## `jetshop help [COMMAND]`
82
+
83
+ display help for jetshop
84
+
85
+ ```
86
+ USAGE
87
+ $ jetshop help [COMMAND]
88
+
89
+ ARGUMENTS
90
+ COMMAND command to show help for
91
+
92
+ OPTIONS
93
+ --all see all commands in CLI
94
+ ```
95
+
96
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_
97
+
98
+ ## `jetshop init [REPONAME] [SHOPID]`
99
+
100
+ Setup of base project for jetshop e-commerce
101
+
102
+ ```
103
+ USAGE
104
+ $ jetshop init [REPONAME] [SHOPID]
105
+ ```
61
106
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"6.2.8","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"}]}}}
1
+ {"version":"6.2.11","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": "6.2.8",
3
+ "version": "6.2.11",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -59,5 +59,6 @@
59
59
  "plugins": [
60
60
  "@oclif/plugin-help"
61
61
  ]
62
- }
62
+ },
63
+ "gitHead": "bafce6bef141f0955f953070dee20a5478674051"
63
64
  }