Skip to content
Docs Try Aspire

aspire docs command

aspire docs - Browse and search Aspire documentation from aspire.dev.

Aspire CLI
aspire docs [command] [options]

The aspire docs command provides a way to browse and search the official Aspire documentation directly from the terminal. You can list all available documentation pages, search for specific topics by keyword, or retrieve the full content of a specific page by its slug.

This command is useful when you need quick access to documentation without leaving your development workflow.

The following options are available:

  • -?, -h, --help

    Prints help and usage documentation for the available commands and options.

  • -l, --log-level <Critical|Debug|Error|Information|None|Trace|Warning>

    Set the minimum log level for console output. Use this option to increase diagnostics while troubleshooting or reduce output in scripted runs.

  • --non-interactive

    Run the command in non-interactive mode, disabling all interactive prompts and spinners.

  • --nologo

    Suppress the startup banner and telemetry notice.

  • --banner

    Display the animated Aspire CLI welcome banner.

  • --wait-for-debugger

    Wait for a debugger to attach before running a command.

The following commands are available:

CommandStatusFunction
aspire docs listStableList all available Aspire documentation pages.
aspire docs search <query>StableSearch Aspire documentation by keywords.
aspire docs get <slug>StableGet the full content of a documentation page by slug.