> ## Documentation Index
> Fetch the complete documentation index at: https://www.ravion.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ravion shell-completion

> Generate shell completion scripts for bash, zsh, fish, and PowerShell to enable tab completion for the Ravion CLI on any developer machine.

## `ravion shell-completion`

Generate shell completion scripts

### `ravion shell-completion bash`

Generate bash completion script

```bash theme={null}
ravion shell-completion bash
```

### `ravion shell-completion fish`

Generate fish completion script

```bash theme={null}
ravion shell-completion fish
```

### `ravion shell-completion powershell`

Generate PowerShell completion script

```bash theme={null}
ravion shell-completion powershell
```

### `ravion shell-completion zsh`

Generate zsh completion script

```bash theme={null}
ravion shell-completion zsh
```
