@invizi/cli 0.1.11 → 0.1.12

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # invizi-cli
2
2
 
3
- Thin CLI for Invizi with local auth/setup commands and remote command execution.
3
+ CLI for Invizi.
4
4
 
5
5
  ## Install
6
6
 
@@ -14,7 +14,7 @@ npm install -g @invizi/cli
14
14
  invizi auth login
15
15
  invizi auth status
16
16
  invizi --help
17
- invizi connect 0x1234...abcd --label main
17
+ invizi track 0x1234...abcd
18
18
  invizi setup
19
19
  ```
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@invizi/cli",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Invizi CLI",
5
5
  "type": "module",
6
6
  "bin": {