@faststore/cli 3.99.0-dev.6 → 3.99.0-dev.8
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 +13 -13
- package/oclif.manifest.json +1 -170
- package/package.json +3 -3
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.99.0-dev.
|
|
33
|
+
@faststore/cli/3.99.0-dev.8 linux-x64 node-v20.20.2
|
|
34
34
|
$ faststore --help [COMMAND]
|
|
35
35
|
USAGE
|
|
36
36
|
$ faststore COMMAND
|
|
@@ -46,7 +46,7 @@ USAGE
|
|
|
46
46
|
* [`faststore create [PATH]`](#faststore-create-path)
|
|
47
47
|
* [`faststore dev [ACCOUNT] [PATH] [PORT]`](#faststore-dev-account-path-port)
|
|
48
48
|
* [`faststore generate-graphql [PATH]`](#faststore-generate-graphql-path)
|
|
49
|
-
* [`faststore help [
|
|
49
|
+
* [`faststore help [COMMAND]`](#faststore-help-command)
|
|
50
50
|
* [`faststore start [ACCOUNT] [PATH] [PORT]`](#faststore-start-account-path-port)
|
|
51
51
|
* [`faststore test [PATH]`](#faststore-test-path)
|
|
52
52
|
|
|
@@ -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.99.0-dev.
|
|
68
|
+
_See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.99.0-dev.8/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.99.0-dev.
|
|
83
|
+
_See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.99.0-dev.8/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.99.0-dev.
|
|
103
|
+
_See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.99.0-dev.8/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.99.0-dev.
|
|
120
|
+
_See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.99.0-dev.8/dist/commands/dev.js)_
|
|
121
121
|
|
|
122
122
|
## `faststore generate-graphql [PATH]`
|
|
123
123
|
|
|
@@ -129,18 +129,18 @@ 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.99.0-dev.
|
|
132
|
+
_See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.99.0-dev.8/dist/commands/generate-graphql.js)_
|
|
133
133
|
|
|
134
|
-
## `faststore help [
|
|
134
|
+
## `faststore help [COMMAND]`
|
|
135
135
|
|
|
136
136
|
Display help for faststore.
|
|
137
137
|
|
|
138
138
|
```
|
|
139
139
|
USAGE
|
|
140
|
-
$ faststore help [
|
|
140
|
+
$ faststore help [COMMAND] [-n]
|
|
141
141
|
|
|
142
142
|
ARGUMENTS
|
|
143
|
-
|
|
143
|
+
COMMAND Command to show help for.
|
|
144
144
|
|
|
145
145
|
FLAGS
|
|
146
146
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -149,7 +149,7 @@ DESCRIPTION
|
|
|
149
149
|
Display help for faststore.
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.
|
|
152
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.22/src/commands/help.ts)_
|
|
153
153
|
|
|
154
154
|
## `faststore start [ACCOUNT] [PATH] [PORT]`
|
|
155
155
|
|
|
@@ -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.99.0-dev.
|
|
166
|
+
_See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.99.0-dev.8/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.99.0-dev.
|
|
178
|
+
_See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.99.0-dev.8/dist/commands/test.js)_
|
|
179
179
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1,170 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "3.99.0-dev.6",
|
|
3
|
-
"commands": {
|
|
4
|
-
"build": {
|
|
5
|
-
"id": "build",
|
|
6
|
-
"strict": true,
|
|
7
|
-
"pluginName": "@faststore/cli",
|
|
8
|
-
"pluginAlias": "@faststore/cli",
|
|
9
|
-
"pluginType": "core",
|
|
10
|
-
"aliases": [],
|
|
11
|
-
"hiddenAliases": [],
|
|
12
|
-
"flags": {
|
|
13
|
-
"no-verify": {
|
|
14
|
-
"name": "no-verify",
|
|
15
|
-
"type": "boolean",
|
|
16
|
-
"description": "Skips verification of faststore dependencies version string to prevent usage of packages outside npm registry.",
|
|
17
|
-
"allowNo": false
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"args": {
|
|
21
|
-
"account": {
|
|
22
|
-
"name": "account",
|
|
23
|
-
"description": "The account for which the Discovery is running. Currently noop."
|
|
24
|
-
},
|
|
25
|
-
"path": {
|
|
26
|
-
"name": "path",
|
|
27
|
-
"description": "The path where the FastStore being built is. Defaults to cwd."
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"cms-sync": {
|
|
32
|
-
"id": "cms-sync",
|
|
33
|
-
"strict": true,
|
|
34
|
-
"pluginName": "@faststore/cli",
|
|
35
|
-
"pluginAlias": "@faststore/cli",
|
|
36
|
-
"pluginType": "core",
|
|
37
|
-
"aliases": [],
|
|
38
|
-
"hiddenAliases": [],
|
|
39
|
-
"flags": {
|
|
40
|
-
"dry-run": {
|
|
41
|
-
"name": "dry-run",
|
|
42
|
-
"type": "boolean",
|
|
43
|
-
"char": "d",
|
|
44
|
-
"allowNo": false
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"args": {
|
|
48
|
-
"path": {
|
|
49
|
-
"name": "path",
|
|
50
|
-
"description": "The path where the FastStore being synched with the CMS is. Defaults to cwd."
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"create": {
|
|
55
|
-
"id": "create",
|
|
56
|
-
"description": "Creates a discovery folder based on the starter.store template.",
|
|
57
|
-
"strict": true,
|
|
58
|
-
"pluginName": "@faststore/cli",
|
|
59
|
-
"pluginAlias": "@faststore/cli",
|
|
60
|
-
"pluginType": "core",
|
|
61
|
-
"aliases": [],
|
|
62
|
-
"hiddenAliases": [],
|
|
63
|
-
"examples": [
|
|
64
|
-
"$ yarn faststore create discovery"
|
|
65
|
-
],
|
|
66
|
-
"flags": {},
|
|
67
|
-
"args": {
|
|
68
|
-
"path": {
|
|
69
|
-
"name": "path",
|
|
70
|
-
"description": "The path where the Discovery folder will be created. Defaults to ./discovery."
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"dev": {
|
|
75
|
-
"id": "dev",
|
|
76
|
-
"strict": true,
|
|
77
|
-
"pluginName": "@faststore/cli",
|
|
78
|
-
"pluginAlias": "@faststore/cli",
|
|
79
|
-
"pluginType": "core",
|
|
80
|
-
"aliases": [],
|
|
81
|
-
"hiddenAliases": [],
|
|
82
|
-
"flags": {
|
|
83
|
-
"watch-plugins": {
|
|
84
|
-
"name": "watch-plugins",
|
|
85
|
-
"type": "boolean",
|
|
86
|
-
"description": "Enable watching for plugin changes",
|
|
87
|
-
"allowNo": false
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"args": {
|
|
91
|
-
"account": {
|
|
92
|
-
"name": "account",
|
|
93
|
-
"description": "The account for which the Discovery is running. Currently noop."
|
|
94
|
-
},
|
|
95
|
-
"path": {
|
|
96
|
-
"name": "path",
|
|
97
|
-
"description": "The path where the FastStore being run is. Defaults to cwd."
|
|
98
|
-
},
|
|
99
|
-
"port": {
|
|
100
|
-
"name": "port",
|
|
101
|
-
"description": "The port where FastStore should run. Defaults to 3000."
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"generate-graphql": {
|
|
106
|
-
"id": "generate-graphql",
|
|
107
|
-
"strict": true,
|
|
108
|
-
"pluginName": "@faststore/cli",
|
|
109
|
-
"pluginAlias": "@faststore/cli",
|
|
110
|
-
"pluginType": "core",
|
|
111
|
-
"aliases": [],
|
|
112
|
-
"hiddenAliases": [],
|
|
113
|
-
"flags": {
|
|
114
|
-
"core": {
|
|
115
|
-
"name": "core",
|
|
116
|
-
"type": "boolean",
|
|
117
|
-
"char": "c",
|
|
118
|
-
"hidden": true,
|
|
119
|
-
"allowNo": false
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
"args": {
|
|
123
|
-
"path": {
|
|
124
|
-
"name": "path",
|
|
125
|
-
"description": "The path where the FastStore GraphQL customization is. Defaults to cwd."
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
"start": {
|
|
130
|
-
"id": "start",
|
|
131
|
-
"strict": true,
|
|
132
|
-
"pluginName": "@faststore/cli",
|
|
133
|
-
"pluginAlias": "@faststore/cli",
|
|
134
|
-
"pluginType": "core",
|
|
135
|
-
"aliases": [],
|
|
136
|
-
"hiddenAliases": [],
|
|
137
|
-
"flags": {},
|
|
138
|
-
"args": {
|
|
139
|
-
"account": {
|
|
140
|
-
"name": "account",
|
|
141
|
-
"description": "The account for which the Discovery is running. Currently noop."
|
|
142
|
-
},
|
|
143
|
-
"path": {
|
|
144
|
-
"name": "path",
|
|
145
|
-
"description": "The path where the FastStore being run is. Defaults to cwd."
|
|
146
|
-
},
|
|
147
|
-
"port": {
|
|
148
|
-
"name": "port",
|
|
149
|
-
"description": "The port where FastStore should run. Defaults to 3000."
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
"test": {
|
|
154
|
-
"id": "test",
|
|
155
|
-
"strict": true,
|
|
156
|
-
"pluginName": "@faststore/cli",
|
|
157
|
-
"pluginAlias": "@faststore/cli",
|
|
158
|
-
"pluginType": "core",
|
|
159
|
-
"aliases": [],
|
|
160
|
-
"hiddenAliases": [],
|
|
161
|
-
"flags": {},
|
|
162
|
-
"args": {
|
|
163
|
-
"path": {
|
|
164
|
-
"name": "path",
|
|
165
|
-
"description": "The path where the FastStore being tested is. Defaults to cwd."
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
}
|
|
1
|
+
{"version":"3.99.0-dev.8","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.99.0-dev.
|
|
3
|
+
"version": "3.99.0-dev.8",
|
|
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.99.0-dev.
|
|
25
|
+
"@faststore/core": "^3.99.0-dev.8",
|
|
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": "
|
|
80
|
+
"gitHead": "5a04cd847b5f269a1fbcbb0525bd6fb158ba772a"
|
|
81
81
|
}
|