@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 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 frontstack
10
+ $ npx @frontstackdev/cli
11
11
 
12
- Frontstack CLI
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-20240906100511
1
+ 0.0.0-canary-20240907183730
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontstackdev/cli",
3
- "version": "0.0.0-canary-20240906100511",
3
+ "version": "0.0.0-canary-20240907183730",
4
4
  "description": "Frontstack CLI for managing projects",
5
5
  "type": "module",
6
6
  "module": "dist/frontstack.mjs",