@faststore/cli 3.96.5 → 3.97.0-dev.1

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.96.5 linux-x64 node-v20.20.0
33
+ @faststore/cli/3.97.0-dev.1 linux-x64 node-v20.20.0
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.96.5/dist/commands/build.js)_
68
+ _See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.97.0-dev.1/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.96.5/dist/commands/cms-sync.js)_
83
+ _See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.97.0-dev.1/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.96.5/dist/commands/create.js)_
103
+ _See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.97.0-dev.1/dist/commands/create.js)_
104
104
 
105
105
  ## `faststore dev [ACCOUNT] [PATH] [PORT]`
106
106
 
@@ -117,7 +117,7 @@ FLAGS
117
117
  --watch-plugins Enable watching for plugin changes
118
118
  ```
119
119
 
120
- _See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.96.5/dist/commands/dev.js)_
120
+ _See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.97.0-dev.1/dist/commands/dev.js)_
121
121
 
122
122
  ## `faststore generate-graphql [PATH]`
123
123
 
@@ -129,7 +129,7 @@ ARGUMENTS
129
129
  PATH The path where the FastStore GraphQL customization is. Defaults to cwd.
130
130
  ```
131
131
 
132
- _See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.96.5/dist/commands/generate-graphql.js)_
132
+ _See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.97.0-dev.1/dist/commands/generate-graphql.js)_
133
133
 
134
134
  ## `faststore help [COMMAND]`
135
135
 
@@ -163,7 +163,7 @@ ARGUMENTS
163
163
  PORT The port where FastStore should run. Defaults to 3000.
164
164
  ```
165
165
 
166
- _See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.96.5/dist/commands/start.js)_
166
+ _See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.97.0-dev.1/dist/commands/start.js)_
167
167
 
168
168
  ## `faststore test [PATH]`
169
169
 
@@ -175,5 +175,5 @@ ARGUMENTS
175
175
  PATH The path where the FastStore being tested is. Defaults to cwd.
176
176
  ```
177
177
 
178
- _See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.96.5/dist/commands/test.js)_
178
+ _See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.97.0-dev.1/dist/commands/test.js)_
179
179
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"3.96.5","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":{"watch-plugins":{"name":"watch-plugins","type":"boolean","description":"Enable watching for plugin changes","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 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.97.0-dev.1","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":{"watch-plugins":{"name":"watch-plugins","type":"boolean","description":"Enable watching for plugin changes","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 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.96.5",
3
+ "version": "3.97.0-dev.1",
4
4
  "description": "FastStore CLI",
5
5
  "author": "Emerson Laurentino @emersonlaurentino",
6
6
  "bin": {
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@antfu/ni": "^0.21.12",
25
- "@faststore/core": "^3.96.5",
25
+ "@faststore/core": "^3.97.0-dev.1",
26
26
  "@inquirer/prompts": "^5.1.2",
27
27
  "@oclif/core": "^1.16.4",
28
28
  "@oclif/plugin-help": "^5",
@@ -77,5 +77,5 @@
77
77
  "oclif"
78
78
  ],
79
79
  "types": "dist/index.d.ts",
80
- "gitHead": "042bd974c01eca93141e55cf54eafd0c071101aa"
80
+ "gitHead": "03c4793a9a9e2ffcf22cf5eb2820b8d17c5f1387"
81
81
  }