@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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# invizi-cli
|
|
2
2
|
|
|
3
|
-
|
|
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
|
|
17
|
+
invizi track 0x1234...abcd
|
|
18
18
|
invizi setup
|
|
19
19
|
```
|
|
20
20
|
|