@@ -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.83 linux-x64 node-v18.20.3
33
+ @faststore/cli/3.0.87 linux-x64 node-v18.20.4
34
34
$ faststore --help [COMMAND]
35
35
USAGE
36
36
$ faststore COMMAND
44
44
* [ ` faststore build [PATH] ` ] ( #faststore-build-path )
45
45
* [ ` faststore cms-sync [PATH] ` ] ( #faststore-cms-sync-path )
46
46
* [ ` faststore dev [PATH] ` ] ( #faststore-dev-path )
47
- * [ ` faststore generate-graphql [PATH] ` ] ( #faststore-generate-graphql-path )
48
47
* [ ` faststore help [COMMAND] ` ] ( #faststore-help-command )
49
48
* [ ` faststore init [PATH] ` ] ( #faststore-init-path )
50
49
* [ ` faststore start [PATH] ` ] ( #faststore-start-path )
@@ -60,7 +59,7 @@ ARGUMENTS
60
59
PATH The path where the FastStore being built is. Defaults to cwd.
61
60
```
62
61
63
- _ See code: [ dist/commands/build.ts] ( https://github.com/vtex/faststore/blob/v3.0.83 /dist/commands/build.ts ) _
62
+ _ See code: [ dist/commands/build.ts] ( https://github.com/vtex/faststore/blob/v3.0.87 /dist/commands/build.ts ) _
64
63
65
64
## ` faststore cms-sync [PATH] `
66
65
75
74
-d, --dry-run
76
75
```
77
76
78
- _ See code: [ dist/commands/cms-sync.ts] ( https://github.com/vtex/faststore/blob/v3.0.83 /dist/commands/cms-sync.ts ) _
77
+ _ See code: [ dist/commands/cms-sync.ts] ( https://github.com/vtex/faststore/blob/v3.0.87 /dist/commands/cms-sync.ts ) _
79
78
80
79
## ` faststore dev [PATH] `
81
80
@@ -87,22 +86,7 @@ ARGUMENTS
87
86
PATH The path where the FastStore being run is. Defaults to cwd.
88
87
```
89
88
90
- _ See code: [ dist/commands/dev.ts] ( https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/dev.ts ) _
91
-
92
- ## ` faststore generate-graphql [PATH] `
93
-
94
- ```
95
- USAGE
96
- $ faststore generate-graphql [PATH] [-d]
97
-
98
- ARGUMENTS
99
- PATH The path where the FastStore GraphQL customization is. Defaults to cwd.
100
-
101
- FLAGS
102
- -d, --debug
103
- ```
104
-
105
- _ See code: [ dist/commands/generate-graphql.ts] ( https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/generate-graphql.ts ) _
89
+ _ See code: [ dist/commands/dev.ts] ( https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/dev.ts ) _
106
90
107
91
## ` faststore help [COMMAND] `
108
92
@@ -142,7 +126,7 @@ EXAMPLES
142
126
$ yarn faststore init discovery
143
127
```
144
128
145
- _ See code: [ dist/commands/init.ts] ( https://github.com/vtex/faststore/blob/v3.0.83 /dist/commands/init.ts ) _
129
+ _ See code: [ dist/commands/init.ts] ( https://github.com/vtex/faststore/blob/v3.0.87 /dist/commands/init.ts ) _
146
130
147
131
## ` faststore start [PATH] `
148
132
@@ -154,7 +138,7 @@ ARGUMENTS
154
138
PATH The path where the FastStore being run is. Defaults to cwd.
155
139
```
156
140
157
- _ See code: [ dist/commands/start.ts] ( https://github.com/vtex/faststore/blob/v3.0.83 /dist/commands/start.ts ) _
141
+ _ See code: [ dist/commands/start.ts] ( https://github.com/vtex/faststore/blob/v3.0.87 /dist/commands/start.ts ) _
158
142
159
143
## ` faststore test [PATH] `
160
144
@@ -166,5 +150,5 @@ ARGUMENTS
166
150
PATH The path where the FastStore being tested is. Defaults to cwd.
167
151
```
168
152
169
- _ See code: [ dist/commands/test.ts] ( https://github.com/vtex/faststore/blob/v3.0.83 /dist/commands/test.ts ) _
153
+ _ See code: [ dist/commands/test.ts] ( https://github.com/vtex/faststore/blob/v3.0.87 /dist/commands/test.ts ) _
170
154
<!-- commandsstop -->
0 commit comments