@frontstackdev/cli 0.0.0-canary-20240906100511 → 0.0.0-canary-20240907183730
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 +3 -3
- package/dist/version +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,9 +7,9 @@ It allows you to login to you Frontstack account, push local changes to a projec
|
|
|
7
7
|
## Usage
|
|
8
8
|
|
|
9
9
|
```
|
|
10
|
-
$ npx
|
|
10
|
+
$ npx @frontstackdev/cli
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
frontstack CLI
|
|
13
13
|
|
|
14
14
|
Options:
|
|
15
15
|
-V, --version output the version number
|
|
@@ -92,4 +92,4 @@ There are two options to run the CLI in development mode:
|
|
|
92
92
|
|
|
93
93
|
The application is built using [pkgroll](https://github.com/privatenumber/pkgroll). The CLI is exported as an ES module and compiled to a single file in the `dist` folder.
|
|
94
94
|
|
|
95
|
-
Build the file using `pnpm build` and run it using `node dist/frontstack.mjs`.
|
|
95
|
+
Build the file using `pnpm build` and run it using `node dist/frontstack.mjs`.
|
package/dist/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.0-canary-
|
|
1
|
+
0.0.0-canary-20240907183730
|