@gitterm/cli 0.0.1 → 0.0.2

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,4 +1,4 @@
1
- # gitterm
1
+ # @gitterm/cli
2
2
 
3
3
  Command-line interface for [GitTerm](https://gitterm.dev) to manage your cloud
4
4
  workspaces from the terminal.
@@ -7,10 +7,10 @@ workspaces from the terminal.
7
7
 
8
8
  ```bash
9
9
  # Run directly with npx
10
- npx gitterm --help
10
+ npx @gitterm/cli --help
11
11
 
12
12
  # Or install globally
13
- npm install -g gitterm
13
+ npm install -g @gitterm/cli
14
14
  ```
15
15
 
16
16
  ## Quick Start
package/dist/index.js CHANGED
@@ -8685,7 +8685,7 @@ var yargs_default = Yargs;
8685
8685
  // package.json
8686
8686
  var package_default = {
8687
8687
  name: "@gitterm/cli",
8688
- version: "0.0.1",
8688
+ version: "0.0.2",
8689
8689
  description: "Complete suit of gitterm tools in one CLI",
8690
8690
  keywords: [
8691
8691
  "gitterm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitterm/cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Complete suit of gitterm tools in one CLI",
5
5
  "keywords": [
6
6
  "gitterm",