aspire docs list command

Name

aspire docs list - List all available Aspire documentation pages.

Synopsis

aspire docs list [options]

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

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.

            • Examples

  • List all available documentation pages:

    aspire docs list
    
  • List all pages in JSON format:

    aspire docs list --format Json
    

See also