514 doc
Use 514 doc to browse, search, and open documentation pages directly from the CLI.
Plural alias also works: 514 docs.
Usage
514 doc [OPTIONS] <COMMAND>Subcommands
List
List documentation pages.
514 doc list [OPTIONS]Show
Show a documentation page by slug.
514 doc show [OPTIONS] <SLUG>Arguments:
<SLUG>: Documentation page slug (for example,moosestack/olaporguides/chat-in-your-app#overview).
Search
Search documentation by title or description.
514 doc search [OPTIONS] <QUERY>Arguments:
<QUERY>: Search query text.
Browse
Interactively browse and select a documentation page.
514 doc browse [OPTIONS]Common options
--api-url <API_URL>: API base URL override (HOSTING_CLI_API_URL).-o, --org <ORG>: Organization name or ID.--raw: Output raw content without formatting.--json: Output as JSON.-v, --verbose...: Enable verbose output (-vdebug,-vvtrace).-h, --help: Print help.
Additional command-specific options:
doc list:--expanddoc show:--webdoc browse:--web
Examples
514 doc list
514 doc show moosestack/olap
514 doc search "deployment"
514 doc browse
514 docs search "workflow"