@uipath/docsai-tool
v0.1.5
Published
uipcli plugin for UiPath documentation search.
Downloads
24
Maintainers
Keywords
Readme
@uipath/docsai-tool
uip plugin for querying UiPath documentation via DocsAI.
Usage
Commands
Ask a question:
uip docsai ask <query> [options]Options:
-t, --tenant <tenant-name>- Tenant (optional, defaults to value selected during auth)--format <format>- Output format: table, json, yaml, plain (default: table)
Examples
# Ask a question
uip docsai ask "how to deploy a process"
# Specify a tenant
uip docsai ask "what is orchestrator" --tenant MyTenant
# JSON output
uip docsai ask "how to use queues" --format json
#YAML output
uip docsai ask "how to use queues" --format yamlAuthentication
Requires uip login first. Uses the Docs.GPT.Search OAuth scope.
Versions
docsai-tool 0.1.0
- Initial release with
askcommand
