Documentation Index
Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt
Use this file to discover all available pages before exploring further.
bl completion
Generate shell completion scriptsSynopsis
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/blmacOS:
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 | sourceTo load completions for each session, execute once:
bl completion fish > ~/.config/fish/completions/bl.fish PowerShell: bl completion powershell | Out-String | Invoke-ExpressionTo load completions for each session, execute once:
bl completion powershell > bl.ps1and 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
