@faststore/cli 2.2.36 → 2.2.43
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 +7 -7
- package/oclif.manifest.json +1 -1
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ $ npm install -g @faststore/cli
|
|
|
14
14
|
$ faststore COMMAND
|
|
15
15
|
running command...
|
|
16
16
|
$ faststore (--version)
|
|
17
|
-
@faststore/cli/2.2.
|
|
17
|
+
@faststore/cli/2.2.43 linux-x64 node-v18.18.2
|
|
18
18
|
$ faststore --help [COMMAND]
|
|
19
19
|
USAGE
|
|
20
20
|
$ faststore COMMAND
|
|
@@ -40,7 +40,7 @@ USAGE
|
|
|
40
40
|
$ faststore build
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.2.
|
|
43
|
+
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.2.43/dist/commands/build.ts)_
|
|
44
44
|
|
|
45
45
|
## `faststore cms-sync`
|
|
46
46
|
|
|
@@ -49,7 +49,7 @@ USAGE
|
|
|
49
49
|
$ faststore cms-sync
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v2.2.
|
|
52
|
+
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v2.2.43/dist/commands/cms-sync.ts)_
|
|
53
53
|
|
|
54
54
|
## `faststore dev`
|
|
55
55
|
|
|
@@ -58,7 +58,7 @@ USAGE
|
|
|
58
58
|
$ faststore dev
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.2.
|
|
61
|
+
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.2.43/dist/commands/dev.ts)_
|
|
62
62
|
|
|
63
63
|
## `faststore generate-graphql`
|
|
64
64
|
|
|
@@ -70,7 +70,7 @@ FLAGS
|
|
|
70
70
|
-d, --debug
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v2.2.
|
|
73
|
+
_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v2.2.43/dist/commands/generate-graphql.ts)_
|
|
74
74
|
|
|
75
75
|
## `faststore help [COMMAND]`
|
|
76
76
|
|
|
@@ -99,7 +99,7 @@ USAGE
|
|
|
99
99
|
$ faststore start
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.2.
|
|
102
|
+
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.2.43/dist/commands/start.ts)_
|
|
103
103
|
|
|
104
104
|
## `faststore test`
|
|
105
105
|
|
|
@@ -108,5 +108,5 @@ USAGE
|
|
|
108
108
|
$ faststore test
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v2.2.
|
|
111
|
+
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v2.2.43/dist/commands/test.ts)_
|
|
112
112
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.2.
|
|
1
|
+
{"version":"2.2.43","commands":{"build":{"id":"build","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"cms-sync":{"id":"cms-sync","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"dev":{"id":"dev","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"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":[]},"start":{"id":"start","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"test":{"id":"test","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/cli",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.43",
|
|
4
4
|
"description": "FastStore CLI",
|
|
5
5
|
"author": "Emerson Laurentino @emersonlaurentino",
|
|
6
6
|
"bin": {
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"path": "^0.12.7"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@faststore/eslint-config": "^2.2.
|
|
30
|
-
"@faststore/shared": "^2.2.
|
|
29
|
+
"@faststore/eslint-config": "^2.2.43",
|
|
30
|
+
"@faststore/shared": "^2.2.43",
|
|
31
31
|
"@types/chai": "^4",
|
|
32
32
|
"@types/fs-extra": "^9.0.13",
|
|
33
33
|
"@types/node": "^16.11.63",
|
|
@@ -40,8 +40,7 @@
|
|
|
40
40
|
"typescript": "^4.8.4"
|
|
41
41
|
},
|
|
42
42
|
"volta": {
|
|
43
|
-
"
|
|
44
|
-
"yarn": "1.19.1"
|
|
43
|
+
"extends": "../../package.json"
|
|
45
44
|
},
|
|
46
45
|
"oclif": {
|
|
47
46
|
"bin": "faststore",
|
|
@@ -66,5 +65,5 @@
|
|
|
66
65
|
"oclif"
|
|
67
66
|
],
|
|
68
67
|
"types": "dist/index.d.ts",
|
|
69
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "e29fb81077b919ae41bea77de10794fbf49cdad5"
|
|
70
69
|
}
|