@uipath/docsai-tool 0.1.7 → 0.1.8

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 (4) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +6 -34620
  3. package/dist/tool.js +10713 -27748
  4. package/package.json +6 -6
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
- - `--format <format>` - Output format: table, json, yaml, plain (default: table)
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" --format json
28
+ uip docsai ask "how to use queues" --output json
29
29
 
30
30
  #YAML output
31
- uip docsai ask "how to use queues" --format yaml
31
+ uip docsai ask "how to use queues" --output yaml
32
32
  ```
33
33
 
34
34
  ## Authentication