@uipath/integrationservice-tool 1.0.4 → 1.1.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.
- package/README.md +2 -4
- package/dist/tool.js +2049 -1834
- package/package.json +6 -14
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ Manage connections to external services:
|
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
43
|
# List connections for a connector
|
|
44
|
-
uip is connections list <connector-key> [--folder
|
|
44
|
+
uip is connections list <connector-key> [--folder-key <key>]
|
|
45
45
|
|
|
46
46
|
# Export connections for audit
|
|
47
47
|
uip is connections export
|
|
@@ -60,7 +60,7 @@ uip is connections edit <connection-id>
|
|
|
60
60
|
|
|
61
61
|
# Examples
|
|
62
62
|
uip is connections list uipath-outlook-365
|
|
63
|
-
uip is connections list uipath-salesforce-sfdc --folder my-folder-key
|
|
63
|
+
uip is connections list uipath-salesforce-sfdc --folder-key my-folder-key
|
|
64
64
|
uip is connections export
|
|
65
65
|
uip is connections ping 73ca047b-24dd-4789-a37e-e7afb67654cd
|
|
66
66
|
uip is connections delete 73ca047b-24dd-4789-a37e-e7afb67654cd
|
|
@@ -72,7 +72,6 @@ uip is connections edit 73ca047b-24dd-4789-a37e-e7afb67654cd --no-browser --no-w
|
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
**Available Options:**
|
|
75
|
-
- `--folder <key>` - Alias for `--folder-key` (optional, for list command only)
|
|
76
75
|
- `--folder-key <key>` - Filter connections by folder key (optional, for list command only)
|
|
77
76
|
- `-t, --tenant <name>` - Specify tenant (optional)
|
|
78
77
|
- `--output <format>` - Output format: table, json, yaml, plain (default: table)
|
|
@@ -495,4 +494,3 @@ The tool interacts with these Integration Service APIs:
|
|
|
495
494
|
---
|
|
496
495
|
|
|
497
496
|
See [RELEASE_NOTES.md](./RELEASE_NOTES.md) for version history.
|
|
498
|
-
|