Documentation Index
Fetch the complete documentation index at: https://docs.cloud.vessl.ai/llms.txt
Use this file to discover all available pages before exploring further.
vesslctl ships with completion scripts for bash, zsh, fish, and PowerShell. The fastest way to enable completion is to let vesslctl completion install detect your shell and place the script in the standard location.
completion install
Detect the current shell from$SHELL and write the completion script to the appropriate path. The command is idempotent — re-run it whenever you upgrade vesslctl.
| Shell | Path |
|---|---|
| bash | ~/.local/share/bash-completion/completions/vesslctl |
| zsh | ~/.zsh/completions/_vesslctl |
| fish | ~/.config/fish/completions/vesslctl.fish |
source ~/.zshrc or source ~/.bashrc). For zsh, if your ~/.zshrc does not yet include the completions directory, the installer prints the snippet you need to add:
