@uipath/cli 0.1.19 → 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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +78433 -30952
  3. 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-status
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-status`
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-status
78
+ uip login status
79
79
  ```
80
80
 
81
81
  **Output:**