@uipath/orchestrator-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 +1 -1
- package/dist/index.js +6 -29076
- package/dist/tool.js +13133 -24589
- package/package.json +11 -6
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ uip or folders edit <tenant-name> <id> [options]
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
**Options:**
|
|
21
|
-
- `--
|
|
21
|
+
- `--output <format>` - Output format: table, json, yaml, plain (default: table)
|
|
22
22
|
- `--filter <filter>` - OData filter expression
|
|
23
23
|
- `--limit <number>` - Number of items to return
|
|
24
24
|
- `--offset <number>` - Number of items to skip
|