bl completion
Generate shell completion scripts
Synopsis
Generate shell completion scripts for bl.
To load completions:
Bash:
eval ”$(bl completion bash)“
To load completions for each session, execute once:
Linux:
mkdir -p ~/.local/share/bash-completion/completions
bl completion bash > ~/.local/share/bash-completion/completions/bl
macOS:
bl completion bash > $(brew —prefix)/etc/bash_completion.d/bl
Zsh:
eval ”$(bl completion zsh)“
To load completions for each session, execute once:
mkdir -p ~/.zsh/completions
bl completion zsh > ~/.zsh/completions/_bl
Fish:
bl completion fish | source
To load completions for each session, execute once:
bl completion fish > ~/.config/fish/completions/bl.fish
PowerShell:
bl completion powershell | Out-String | Invoke-Expression
To load completions for each session, execute once:
bl completion powershell > bl.ps1
and source this file from your PowerShell profile.
Options
Options inherited from parent commands
SEE ALSO
- bl - Blaxel CLI - manage and deploy AI agents, sandboxes, and resources
Last modified on April 11, 2026