Skip to content
Docs Try Aspire

aspire docs list command

aspire docs list - List all available Aspire documentation pages.

Aspire CLI
aspire docs list [options]

The aspire docs list command retrieves and displays all available documentation pages from aspire.dev. The output includes page titles, URL slugs, and brief summaries for each page.

Use this command to browse the documentation catalog and discover available topics. The slugs returned can be passed to the aspire docs get command to retrieve the full content of a specific page.

The following options are available:

  • --format <Table|Json>

    Output format. Choose Table for a human-readable table or Json for machine-readable JSON output. Defaults to Table.

  • -?, -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.

  • List all available documentation pages:

    Aspire CLI
    aspire docs list
  • List all pages in JSON format:

    Aspire CLI
    aspire docs list --format Json