@uipath/cli 0.1.19 → 0.1.21
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 +3 -3
- package/dist/index.js +78256 -30684
- package/package.json +9 -13
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ After installation, the `uip` command will be available globally.
|
|
|
27
27
|
|
|
28
28
|
2. **Check your login status**
|
|
29
29
|
```bash
|
|
30
|
-
uip login
|
|
30
|
+
uip login status
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
3. **View available commands**
|
|
@@ -66,7 +66,7 @@ uip login -t my-tenant-name
|
|
|
66
66
|
uip login --interactive
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
#### `uip login
|
|
69
|
+
#### `uip login status`
|
|
70
70
|
|
|
71
71
|
Display current login status and session information.
|
|
72
72
|
|
|
@@ -75,7 +75,7 @@ Display current login status and session information.
|
|
|
75
75
|
|
|
76
76
|
**Example:**
|
|
77
77
|
```bash
|
|
78
|
-
uip login
|
|
78
|
+
uip login status
|
|
79
79
|
```
|
|
80
80
|
|
|
81
81
|
**Output:**
|