@faststore/cli 2.2.0-alpha.0 → 2.2.0-alpha.1

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
@@ -1,25 +1,29 @@
1
- FastStore CLI
2
- =================
1
+ # FastStore CLI
3
2
 
4
3
  <!-- toc -->
4
+ * [FastStore CLI](#faststore-cli)
5
5
  * [Usage](#usage)
6
6
  * [Commands](#commands)
7
7
  <!-- tocstop -->
8
+
8
9
  # Usage
10
+
9
11
  <!-- usage -->
10
12
  ```sh-session
11
13
  $ npm install -g @faststore/cli
12
14
  $ faststore COMMAND
13
15
  running command...
14
16
  $ faststore (--version)
15
- @faststore/cli/2.2.0-alpha.0 linux-x64 node-v16.20.2
17
+ @faststore/cli/2.2.0-alpha.1 linux-x64 node-v16.20.2
16
18
  $ faststore --help [COMMAND]
17
19
  USAGE
18
20
  $ faststore COMMAND
19
21
  ...
20
22
  ```
21
23
  <!-- usagestop -->
24
+
22
25
  # Commands
26
+
23
27
  <!-- commands -->
24
28
  * [`faststore build`](#faststore-build)
25
29
  * [`faststore cms-sync`](#faststore-cms-sync)
@@ -35,7 +39,7 @@ USAGE
35
39
  $ faststore build
36
40
  ```
37
41
 
38
- _See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.2.0-alpha.0/dist/commands/build.ts)_
42
+ _See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.2.0-alpha.1/dist/commands/build.ts)_
39
43
 
40
44
  ## `faststore cms-sync`
41
45
 
@@ -44,7 +48,7 @@ USAGE
44
48
  $ faststore cms-sync
45
49
  ```
46
50
 
47
- _See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v2.2.0-alpha.0/dist/commands/cms-sync.ts)_
51
+ _See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v2.2.0-alpha.1/dist/commands/cms-sync.ts)_
48
52
 
49
53
  ## `faststore dev`
50
54
 
@@ -53,7 +57,7 @@ USAGE
53
57
  $ faststore dev
54
58
  ```
55
59
 
56
- _See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.2.0-alpha.0/dist/commands/dev.ts)_
60
+ _See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.2.0-alpha.1/dist/commands/dev.ts)_
57
61
 
58
62
  ## `faststore generate-graphql`
59
63
 
@@ -65,7 +69,7 @@ FLAGS
65
69
  -d, --debug
66
70
  ```
67
71
 
68
- _See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v2.2.0-alpha.0/dist/commands/generate-graphql.ts)_
72
+ _See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v2.2.0-alpha.1/dist/commands/generate-graphql.ts)_
69
73
 
70
74
  ## `faststore help [COMMAND]`
71
75
 
@@ -94,5 +98,5 @@ USAGE
94
98
  $ faststore start
95
99
  ```
96
100
 
97
- _See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.2.0-alpha.0/dist/commands/start.ts)_
101
+ _See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.2.0-alpha.1/dist/commands/start.ts)_
98
102
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"2.2.0-alpha.0","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}},"args":[]},"start":{"id":"start","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
1
+ {"version":"2.2.0-alpha.1","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}},"args":[]},"start":{"id":"start","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.0-alpha.0",
3
+ "version": "2.2.0-alpha.1",
4
4
  "description": "FastStore CLI",
5
5
  "author": "Emerson Laurentino @emersonlaurentino",
6
6
  "bin": {
@@ -28,8 +28,8 @@
28
28
  "stringify-object": "^3.3.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@faststore/eslint-config": "^2.2.0-alpha.0",
32
- "@faststore/shared": "^2.2.0-alpha.0",
31
+ "@faststore/eslint-config": "^2.2.0-alpha.1",
32
+ "@faststore/shared": "^2.2.0-alpha.1",
33
33
  "@types/chai": "^4",
34
34
  "@types/fs-extra": "^9.0.13",
35
35
  "@types/node": "^16.11.63",
@@ -69,5 +69,5 @@
69
69
  "oclif"
70
70
  ],
71
71
  "types": "dist/index.d.ts",
72
- "gitHead": "356e52b6eae13cc4000c6915985009d45e7ae0c6"
72
+ "gitHead": "6eff908883fa54cb72d548b12a610490df833804"
73
73
  }