@faststore/cli 3.0.129 → 3.0.130

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.0.129 linux-x64 node-v18.20.4
33
+ @faststore/cli/3.0.130 linux-x64 node-v18.20.4
34
34
  $ faststore --help [COMMAND]
35
35
  USAGE
36
36
  $ faststore COMMAND
@@ -61,7 +61,7 @@ ARGUMENTS
61
61
  PATH The path where the FastStore being built is. Defaults to cwd.
62
62
  ```
63
63
 
64
- _See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.129/dist/commands/build.ts)_
64
+ _See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.130/dist/commands/build.ts)_
65
65
 
66
66
  ## `faststore cms-sync [PATH]`
67
67
 
@@ -76,7 +76,7 @@ FLAGS
76
76
  -d, --dry-run
77
77
  ```
78
78
 
79
- _See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.129/dist/commands/cms-sync.ts)_
79
+ _See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.130/dist/commands/cms-sync.ts)_
80
80
 
81
81
  ## `faststore create [PATH]`
82
82
 
@@ -96,7 +96,7 @@ EXAMPLES
96
96
  $ yarn faststore create discovery
97
97
  ```
98
98
 
99
- _See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.0.129/dist/commands/create.ts)_
99
+ _See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.0.130/dist/commands/create.ts)_
100
100
 
101
101
  ## `faststore dev [ACCOUNT] [PATH] [PORT]`
102
102
 
@@ -110,7 +110,7 @@ ARGUMENTS
110
110
  PORT The port where FastStore should run. Defaults to 3000.
111
111
  ```
112
112
 
113
- _See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.129/dist/commands/dev.ts)_
113
+ _See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.130/dist/commands/dev.ts)_
114
114
 
115
115
  ## `faststore generate-graphql [PATH]`
116
116
 
@@ -125,7 +125,7 @@ FLAGS
125
125
  -d, --debug
126
126
  ```
127
127
 
128
- _See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.129/dist/commands/generate-graphql.ts)_
128
+ _See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.130/dist/commands/generate-graphql.ts)_
129
129
 
130
130
  ## `faststore help [COMMAND]`
131
131
 
@@ -159,7 +159,7 @@ ARGUMENTS
159
159
  PORT The port where FastStore should run. Defaults to 3000.
160
160
  ```
161
161
 
162
- _See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.129/dist/commands/start.ts)_
162
+ _See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.130/dist/commands/start.ts)_
163
163
 
164
164
  ## `faststore test [PATH]`
165
165
 
@@ -171,5 +171,5 @@ ARGUMENTS
171
171
  PATH The path where the FastStore being tested is. Defaults to cwd.
172
172
  ```
173
173
 
174
- _See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.129/dist/commands/test.ts)_
174
+ _See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.130/dist/commands/test.ts)_
175
175
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"3.0.129","commands":{"build":{"id":"build","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 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":{"debug":{"name":"debug","type":"boolean","char":"d","allowNo":false},"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.0.130","commands":{"build":{"id":"build","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 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":{"debug":{"name":"debug","type":"boolean","char":"d","allowNo":false},"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.0.129",
3
+ "version": "3.0.130",
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.0.129",
21
+ "@faststore/core": "^3.0.130",
22
22
  "@inquirer/prompts": "^5.1.2",
23
23
  "@oclif/core": "^1.16.4",
24
24
  "@oclif/plugin-help": "^5",
@@ -74,5 +74,5 @@
74
74
  "oclif"
75
75
  ],
76
76
  "types": "dist/index.d.ts",
77
- "gitHead": "8de84b10ff99f3c137e73c2bb27970f03dc28d62"
77
+ "gitHead": "397a6ee1653fd5c8b42bd46429be651a95646ccc"
78
78
  }