aspire docs list command
aspire docs list - List all available Aspire documentation pages.
Synopsis
Section titled “Synopsis”aspire docs list [options]Description
Section titled “Description”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.
Options
Section titled “Options”The following options are available:
-
--format <Table|Json>Output format. Choose
Tablefor a human-readable table orJsonfor machine-readable JSON output. Defaults toTable. -
-?, -h, --helpPrints help and usage documentation for the available commands and options.
-
-d, --debugEnable debug logging to the console, which prints detailed information about what Aspire CLI is doing when a command is run.
-
--non-interactiveRun the command in non-interactive mode, disabling all interactive prompts and spinners.
-
--wait-for-debuggerWait for a debugger to attach before running a command.
Examples
Section titled “Examples”-
List all available documentation pages:
Aspire CLI aspire docs list -
List all pages in JSON format:
Aspire CLI aspire docs list --format Json