@faststore/cli 3.0.109 → 3.0.111
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 +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.
|
|
33
|
+
@faststore/cli/3.0.111 linux-x64 node-v18.20.4
|
|
34
34
|
$ faststore --help [COMMAND]
|
|
35
35
|
USAGE
|
|
36
36
|
$ faststore COMMAND
|
|
@@ -60,7 +60,7 @@ ARGUMENTS
|
|
|
60
60
|
PATH The path where the FastStore being built is. Defaults to cwd.
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.
|
|
63
|
+
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.111/dist/commands/build.ts)_
|
|
64
64
|
|
|
65
65
|
## `faststore cms-sync [PATH]`
|
|
66
66
|
|
|
@@ -75,7 +75,7 @@ FLAGS
|
|
|
75
75
|
-d, --dry-run
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.
|
|
78
|
+
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.111/dist/commands/cms-sync.ts)_
|
|
79
79
|
|
|
80
80
|
## `faststore create [PATH]`
|
|
81
81
|
|
|
@@ -95,7 +95,7 @@ EXAMPLES
|
|
|
95
95
|
$ yarn faststore create discovery
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.0.
|
|
98
|
+
_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.0.111/dist/commands/create.ts)_
|
|
99
99
|
|
|
100
100
|
## `faststore dev [PATH]`
|
|
101
101
|
|
|
@@ -107,7 +107,7 @@ ARGUMENTS
|
|
|
107
107
|
PATH The path where the FastStore being run is. Defaults to cwd.
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.
|
|
110
|
+
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.111/dist/commands/dev.ts)_
|
|
111
111
|
|
|
112
112
|
## `faststore generate-graphql [PATH]`
|
|
113
113
|
|
|
@@ -122,7 +122,7 @@ FLAGS
|
|
|
122
122
|
-d, --debug
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
-
_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.
|
|
125
|
+
_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.111/dist/commands/generate-graphql.ts)_
|
|
126
126
|
|
|
127
127
|
## `faststore help [COMMAND]`
|
|
128
128
|
|
|
@@ -154,7 +154,7 @@ ARGUMENTS
|
|
|
154
154
|
PATH The path where the FastStore being run is. Defaults to cwd.
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
-
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.
|
|
157
|
+
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.111/dist/commands/start.ts)_
|
|
158
158
|
|
|
159
159
|
## `faststore test [PATH]`
|
|
160
160
|
|
|
@@ -166,5 +166,5 @@ ARGUMENTS
|
|
|
166
166
|
PATH The path where the FastStore being tested is. Defaults to cwd.
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.
|
|
169
|
+
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.111/dist/commands/test.ts)_
|
|
170
170
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"3.0.
|
|
1
|
+
{"version":"3.0.111","commands":{"build":{"id":"build","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"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":"path","description":"The path where the FastStore being run is. Defaults to cwd."}]},"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":"path","description":"The path where the FastStore being run is. Defaults to cwd."}]},"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.
|
|
3
|
+
"version": "3.0.111",
|
|
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.
|
|
21
|
+
"@faststore/core": "^3.0.111",
|
|
22
22
|
"@inquirer/prompts": "^5.1.2",
|
|
23
23
|
"@oclif/core": "^1.16.4",
|
|
24
24
|
"@oclif/plugin-help": "^5",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"path": "^0.12.7"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@faststore/eslint-config": "^3.0.
|
|
35
|
-
"@faststore/shared": "^3.0.
|
|
34
|
+
"@faststore/eslint-config": "^3.0.110",
|
|
35
|
+
"@faststore/shared": "^3.0.110",
|
|
36
36
|
"@types/chai": "^4",
|
|
37
37
|
"@types/degit": "^2.8.6",
|
|
38
38
|
"@types/fs-extra": "^9.0.13",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"oclif"
|
|
75
75
|
],
|
|
76
76
|
"types": "dist/index.d.ts",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "8a64be21248687ce487102c8c7f47c4523491559"
|
|
78
78
|
}
|