@faststore/cli 3.70.0 → 3.70.2

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
@@ -30,7 +30,7 @@ $ npm install -g @faststore/cli
30
30
  $ faststore COMMAND
31
31
  running command...
32
32
  $ faststore (--version)
33
- @faststore/cli/3.70.0 linux-x64 node-v18.20.8
33
+ @faststore/cli/3.70.2 linux-x64 node-v18.20.8
34
34
  $ faststore --help [COMMAND]
35
35
  USAGE
36
36
  $ faststore COMMAND
@@ -65,7 +65,7 @@ FLAGS
65
65
  registry.
66
66
  ```
67
67
 
68
- _See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.70.0/dist/commands/build.js)_
68
+ _See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.70.2/dist/commands/build.js)_
69
69
 
70
70
  ## `faststore cms-sync [PATH]`
71
71
 
@@ -80,7 +80,7 @@ FLAGS
80
80
  -d, --dry-run
81
81
  ```
82
82
 
83
- _See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.70.0/dist/commands/cms-sync.js)_
83
+ _See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.70.2/dist/commands/cms-sync.js)_
84
84
 
85
85
  ## `faststore create [PATH]`
86
86
 
@@ -100,7 +100,7 @@ EXAMPLES
100
100
  $ yarn faststore create discovery
101
101
  ```
102
102
 
103
- _See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.70.0/dist/commands/create.js)_
103
+ _See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.70.2/dist/commands/create.js)_
104
104
 
105
105
  ## `faststore dev [ACCOUNT] [PATH] [PORT]`
106
106
 
@@ -114,7 +114,7 @@ ARGUMENTS
114
114
  PORT The port where FastStore should run. Defaults to 3000.
115
115
  ```
116
116
 
117
- _See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.70.0/dist/commands/dev.js)_
117
+ _See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.70.2/dist/commands/dev.js)_
118
118
 
119
119
  ## `faststore generate-graphql [PATH]`
120
120
 
@@ -126,7 +126,7 @@ ARGUMENTS
126
126
  PATH The path where the FastStore GraphQL customization is. Defaults to cwd.
127
127
  ```
128
128
 
129
- _See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.70.0/dist/commands/generate-graphql.js)_
129
+ _See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.70.2/dist/commands/generate-graphql.js)_
130
130
 
131
131
  ## `faststore help [COMMAND]`
132
132
 
@@ -160,7 +160,7 @@ ARGUMENTS
160
160
  PORT The port where FastStore should run. Defaults to 3000.
161
161
  ```
162
162
 
163
- _See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.70.0/dist/commands/start.js)_
163
+ _See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.70.2/dist/commands/start.js)_
164
164
 
165
165
  ## `faststore test [PATH]`
166
166
 
@@ -172,5 +172,5 @@ ARGUMENTS
172
172
  PATH The path where the FastStore being tested is. Defaults to cwd.
173
173
  ```
174
174
 
175
- _See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.70.0/dist/commands/test.js)_
175
+ _See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.70.2/dist/commands/test.js)_
176
176
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"3.70.0","commands":{"build":{"id":"build","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{"no-verify":{"name":"no-verify","type":"boolean","description":"Skips verification of faststore dependencies version string to prevent usage of packages outside npm registry.","allowNo":false}},"args":[{"name":"account","description":"The account for which the Discovery is running. Currently noop."},{"name":"path","description":"The path where the FastStore being built is. Defaults to cwd."}]},"cms-sync":{"id":"cms-sync","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{"dry-run":{"name":"dry-run","type":"boolean","char":"d","allowNo":false}},"args":[{"name":"path","description":"The path where the FastStore being synched with the CMS is. Defaults to cwd."}]},"create":{"id":"create","description":"Creates a discovery folder based on the starter.store template.","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"examples":["$ yarn faststore create discovery"],"flags":{},"args":[{"name":"path","description":"The path where the Discovery folder will be created. Defaults to ./discovery."}]},"dev":{"id":"dev","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"account","description":"The account for which the Discovery is running. Currently noop."},{"name":"path","description":"The path where the FastStore being run is. Defaults to cwd."},{"name":"port","description":"The port where FastStore should run. Defaults to 3000."}]},"generate-graphql":{"id":"generate-graphql","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{"core":{"name":"core","type":"boolean","char":"c","hidden":true,"allowNo":false}},"args":[{"name":"path","description":"The path where the FastStore GraphQL customization is. Defaults to cwd."}]},"start":{"id":"start","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"account","description":"The account for which the Discovery is running. Currently noop."},{"name":"path","description":"The path where the FastStore being run is. Defaults to cwd."},{"name":"port","description":"The port where FastStore should run. Defaults to 3000."}]},"test":{"id":"test","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"The path where the FastStore being tested is. Defaults to cwd."}]}}}
1
+ {"version":"3.70.2","commands":{"build":{"id":"build","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{"no-verify":{"name":"no-verify","type":"boolean","description":"Skips verification of faststore dependencies version string to prevent usage of packages outside npm registry.","allowNo":false}},"args":[{"name":"account","description":"The account for which the Discovery is running. Currently noop."},{"name":"path","description":"The path where the FastStore being built is. Defaults to cwd."}]},"cms-sync":{"id":"cms-sync","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{"dry-run":{"name":"dry-run","type":"boolean","char":"d","allowNo":false}},"args":[{"name":"path","description":"The path where the FastStore being synched with the CMS is. Defaults to cwd."}]},"create":{"id":"create","description":"Creates a discovery folder based on the starter.store template.","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"examples":["$ yarn faststore create discovery"],"flags":{},"args":[{"name":"path","description":"The path where the Discovery folder will be created. Defaults to ./discovery."}]},"dev":{"id":"dev","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"account","description":"The account for which the Discovery is running. Currently noop."},{"name":"path","description":"The path where the FastStore being run is. Defaults to cwd."},{"name":"port","description":"The port where FastStore should run. Defaults to 3000."}]},"generate-graphql":{"id":"generate-graphql","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{"core":{"name":"core","type":"boolean","char":"c","hidden":true,"allowNo":false}},"args":[{"name":"path","description":"The path where the FastStore GraphQL customization is. Defaults to cwd."}]},"start":{"id":"start","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"account","description":"The account for which the Discovery is running. Currently noop."},{"name":"path","description":"The path where the FastStore being run is. Defaults to cwd."},{"name":"port","description":"The port where FastStore should run. Defaults to 3000."}]},"test":{"id":"test","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"The path where the FastStore being tested is. Defaults to cwd."}]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/cli",
3
- "version": "3.70.0",
3
+ "version": "3.70.2",
4
4
  "description": "FastStore CLI",
5
5
  "author": "Emerson Laurentino @emersonlaurentino",
6
6
  "bin": {
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "@antfu/ni": "^0.21.12",
21
- "@faststore/core": "^3.70.0",
21
+ "@faststore/core": "^3.70.2",
22
22
  "@inquirer/prompts": "^5.1.2",
23
23
  "@oclif/core": "^1.16.4",
24
24
  "@oclif/plugin-help": "^5",
@@ -70,5 +70,5 @@
70
70
  "oclif"
71
71
  ],
72
72
  "types": "dist/index.d.ts",
73
- "gitHead": "1382f090bad27a9f4134db7c88c7f7ae5f328eb4"
73
+ "gitHead": "9388d1dd171b76fa3ccb77ec3a5327b2ca9a01fc"
74
74
  }