# aspire docs command

## Name

`aspire docs` - Browse and search Aspire documentation from aspire.dev.

## Synopsis

```bash title="Aspire CLI"
aspire docs [command] [options]
```

<AsciinemaPlayer src="/casts/aspire-docs.cast" poster="npt:0:01" rows={24} loop={false} speed={.5} />

## 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

The following options are available:

- <Include relativePath="reference/cli/includes/option-help.md" />

- <Include relativePath="reference/cli/includes/option-log-level.md" />

- <Include relativePath="reference/cli/includes/option-non-interactive.md" />

- <Include relativePath="reference/cli/includes/option-nologo.md" />

- <Include relativePath="reference/cli/includes/option-banner.md" />

- <Include relativePath="reference/cli/includes/option-wait.md" />

## Commands

The following commands are available:

| Command                                                | Status | Function                                              |
| ------------------------------------------------------ | ------ | ----------------------------------------------------- |
| [`aspire docs list`](../aspire-docs-list/)             | Stable | List all available Aspire documentation pages.        |
| [`aspire docs search <query>`](../aspire-docs-search/) | Stable | Search Aspire documentation by keywords.              |
| [`aspire docs get <slug>`](../aspire-docs-get/)        | Stable | Get the full content of a documentation page by slug. |

## See also

- [aspire docs list command](../aspire-docs-list/)
- [aspire docs search command](../aspire-docs-search/)
- [aspire docs get command](../aspire-docs-get/)
- [Aspire documentation](https://aspire.dev)