aspire docs get command
Name
aspire docs get - Get the full content of a documentation page by its slug.
Synopsis
aspire docs get [options]
Description
The aspire docs get command retrieves and displays the full content of a specific documentation page from aspire.dev. Use the aspire docs list command to browse available pages, or the aspire docs search command to find relevant content by keyword.
You can optionally filter the output to a specific section of the page by providing a section heading with the --section option.
Arguments
<slug>The slug of the documentation page to retrieve. For example,
redis-integrationorgetting-started. Use theaspire docs listoraspire docs searchcommands to discover available slugs.
Options
The following options are available:
--section <section>Return only the specified section of the page. Provide the section heading to filter the output to that section and its content.
--format <Table|Json>Output format. Choose
Tablefor a human-readable table orJsonfor machine-readable JSON output. Defaults toTable.-
-
-
-
-
Examples
-
-
-
-
Get the full content of the Redis integration page:
aspire docs get redis-integrationGet only a specific section from a documentation page:
aspire docs get redis-integration --section "Add Redis resource"Get page content in JSON format:
aspire docs get getting-started --format Json