@uipath/docsai-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 +3 -3
- package/dist/index.js +6 -34620
- package/dist/tool.js +14105 -25776
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ uip docsai ask <query> [options]
|
|
|
13
13
|
|
|
14
14
|
**Options:**
|
|
15
15
|
- `-t, --tenant <tenant-name>` - Tenant (optional, defaults to value selected during auth)
|
|
16
|
-
- `--
|
|
16
|
+
- `--output <format>` - Output format: table, json, yaml, plain (default: table)
|
|
17
17
|
|
|
18
18
|
### Examples
|
|
19
19
|
|
|
@@ -25,10 +25,10 @@ uip docsai ask "how to deploy a process"
|
|
|
25
25
|
uip docsai ask "what is orchestrator" --tenant MyTenant
|
|
26
26
|
|
|
27
27
|
# JSON output
|
|
28
|
-
uip docsai ask "how to use queues" --
|
|
28
|
+
uip docsai ask "how to use queues" --output json
|
|
29
29
|
|
|
30
30
|
#YAML output
|
|
31
|
-
uip docsai ask "how to use queues" --
|
|
31
|
+
uip docsai ask "how to use queues" --output yaml
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
## Authentication
|