Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Generate shell autocompletion scripts for the Bolna CLI in bash, zsh, fish, or PowerShell so you can tab-complete commands and flags without typos.
bash-completion
source <(bolna completion bash)
# Linux bolna completion bash > /etc/bash_completion.d/bolna # macOS bolna completion bash > $(brew --prefix)/etc/bash_completion.d/bolna
echo "autoload -U compinit; compinit" >> ~/.zshrc
source <(bolna completion zsh)
# Linux bolna completion zsh > "${fpath[1]}/_bolna" # macOS bolna completion zsh > $(brew --prefix)/share/zsh/site-functions/_bolna
bolna completion fish | source
bolna completion fish > ~/.config/fish/completions/bolna.fish
bolna completion powershell | Out-String | Invoke-Expression
bolna completion powershell >> $PROFILE
--no-descriptions
-h, --help
bolna <TAB> bolna agents <TAB> bolna --<TAB>
Was this page helpful?