banzai completion 🔗︎
Generate completion script
Synopsis 🔗︎
To load completions:
Bash:
$ source <(banzai completion bash)
To load completions for each session, execute once: 🔗︎
Linux: $ banzai completion bash > /etc/bash_completion.d/banzai MacOS: $ banzai completion bash > /usr/local/etc/bash_completion.d/banzai
Zsh:
If shell completion is not already enabled in your environment you will need 🔗︎
to enable it. You can execute the following once: 🔗︎
$ echo “autoload -U compinit; compinit” » ~/.zshrc
To load completions for each session, execute once: 🔗︎
$ banzai completion zsh > “${fpath[1]}/_banzai”
You will need to start a new shell for this setup to take effect. 🔗︎
Fish:
$ banzai completion fish | source
To load completions for each session, execute once: 🔗︎
$ banzai completion fish > ~/.config/fish/completions/banzai.fish
banzai completion [bash|zsh|fish|powershell]
Options 🔗︎
-h, --help help for completion
Options inherited from parent commands 🔗︎
--color use colors on non-tty outputs
--config string config file (default is $BANZAICONFIG or $HOME/.banzai/config.yaml)
--interactive ask questions interactively even if stdin or stdout is non-tty
--no-color never display color output
--no-interactive never ask questions interactively
--organization int32 organization id
-o, --output string output format (default|yaml|json) (default "default")
--verbose more verbose output
SEE ALSO 🔗︎
- banzai - A command line client for the Banzai Cloud Pipeline platform.