@uipath/cli 0.1.9 → 0.1.13
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/dist/index.js +35033 -75201
- package/package.json +10 -4
package/README.md
CHANGED
|
@@ -89,13 +89,13 @@ uip login-status
|
|
|
89
89
|
|
|
90
90
|
The CLI supports a plugin system that allows you to extend functionality by installing additional tools.
|
|
91
91
|
|
|
92
|
-
#### `uip tools
|
|
92
|
+
#### `uip tools list`
|
|
93
93
|
|
|
94
94
|
List all currently installed tools.
|
|
95
95
|
|
|
96
96
|
**Example:**
|
|
97
97
|
```bash
|
|
98
|
-
uip tools
|
|
98
|
+
uip tools list
|
|
99
99
|
```
|
|
100
100
|
|
|
101
101
|
**Output:**
|