@uipath/case-tool 0.1.7 → 0.1.9
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 +6 -257657
- package/dist/tool.js +32690 -79231
- package/package.json +9 -7
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ uip case registry pull [options]
|
|
|
34
34
|
| :--- | :--- |
|
|
35
35
|
| `-f, --force` | Force refresh, ignore local cache |
|
|
36
36
|
| `-s, --solutionId <id>` | Include entities from a specific solution |
|
|
37
|
-
|
|
|
37
|
+
| `--output <type>` | Output format: `json`, `table`, `yaml`, `plain` (default: `json`) |
|
|
38
38
|
|
|
39
39
|
**Resource types pulled:**
|
|
40
40
|
|
|
@@ -80,7 +80,7 @@ uip case registry list [options]
|
|
|
80
80
|
|
|
81
81
|
| Option | Description |
|
|
82
82
|
| :--- | :--- |
|
|
83
|
-
|
|
|
83
|
+
| `--output <type>` | Output format: `json`, `table`, `yaml`, `plain` (default: `json`) |
|
|
84
84
|
| `-q, --quiet` | Quiet mode, no output |
|
|
85
85
|
|
|
86
86
|
If no cache exists, the command automatically fetches live data from the platform.
|