aspire docs command
aspire docs - Browse and search Aspire documentation from aspire.dev.
Synopsis
Section titled “Synopsis”aspire docs [command] [options]Description
Section titled “Description”The aspire docs command provides a way to browse and search the official Aspire documentation directly from the terminal. You can list all available documentation pages, search for specific topics by keyword, or retrieve the full content of a specific page by its slug.
This command is useful when you need quick access to documentation without leaving your development workflow.
Options
Section titled “Options”The following options are available:
-
-?, -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.
-
--wait-for-debuggerWait for a debugger to attach before running a command.
Commands
Section titled “Commands”The following commands are available:
| Command | Status | Function |
|---|---|---|
aspire docs list | Stable | List all available Aspire documentation pages. |
aspire docs search <query> | Stable | Search Aspire documentation by keywords. |
aspire docs get <slug> | Stable | Get the full content of a documentation page by slug. |