@tokz/cli 0.1.1 → 0.2.0
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 +6 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,10 +11,12 @@ analytics to explore; everything downstream (projects, dashboards,
|
|
|
11
11
|
timeframes) is scoped to it.
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npx tokz
|
|
15
|
-
npx tokz audit
|
|
16
|
-
npx tokz audit --all
|
|
17
|
-
|
|
14
|
+
npx @tokz/cli # interactive TUI: browse projects, drill into charts
|
|
15
|
+
npx @tokz/cli audit # static report for the current project
|
|
16
|
+
npx @tokz/cli audit --all # static report across every project on this machine
|
|
17
|
+
|
|
18
|
+
npm i -g @tokz/cli # installs the `tokz` command
|
|
19
|
+
tokz # then just: tokz
|
|
18
20
|
```
|
|
19
21
|
|
|
20
22
|
## Interactive TUI
|