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
Tablefor a human-readable table orJsonfor machine-readable JSON output. Defaults toTable.-
-
-
-
-
Examples
-
-
-
-
List all available documentation pages:
aspire docs listList all pages in JSON format:
aspire docs list --format Json