514 docs
Use 514 docs to browse, search, and open documentation pages directly from the CLI.
Usage
514 docs [OPTIONS] <COMMAND>Subcommands
List
List documentation pages.
514 docs list [OPTIONS]Show
Show a documentation page by slug.
514 docs 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 docs search [OPTIONS] <QUERY>Arguments:
<QUERY>: Search query text.
Browse
Interactively browse and select a documentation page.
514 docs 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 docs list
514 docs show moosestack/olap
514 docs search "deployment"
514 docs browse