@vizamodo/viza-cli 1.2.6 → 1.2.8

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 +20 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,24 @@
2
2
 
3
3
  Unified CLI for Viza system.
4
4
 
5
- Examples:
5
+ ## Install
6
6
 
7
- viza dev deploy worker
8
- viza publish worker
9
- viza billing report
7
+ Recommended (global install):
8
+
9
+ ```bash
10
+ npm i -g @vizamodo/viza-cli
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ ```bash
16
+ viza --help
17
+ ```
18
+
19
+ ## Examples
20
+
21
+ ```bash
22
+ viza dev deploy worker
23
+ viza publish worker
24
+ viza billing report
25
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizamodo/viza-cli",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "type": "module",
5
5
  "description": "Viza unified command line interface",
6
6
  "bin": {