Generate the autocompletion script for the specified shell
Generate a shell completion script for your shell.
bash — load now: source <(bitrise-cli completion bash) bash — make permanent: echo 'source <(bitrise-cli completion bash)' >> ~/.bashrc
zsh — load now: source <(bitrise-cli completion zsh) zsh — make permanent: echo 'source <(bitrise-cli completion zsh)' >> ~/.zshrc
fish — load now: bitrise-cli completion fish | source fish — make permanent: bitrise-cli completion fish > ~/.config/fish/completions/bitrise-cli.fish
PowerShell — load now: bitrise-cli completion powershell | Out-String | Invoke-Expression PowerShell — make permanent: add the above line to your $PROFILE
-h, --help help for completion
--no-color disable ANSI colors (NO_COLOR env is also honored)
-o, --output string output format: human|json (default "human")
-q, --quiet suppress non-error diagnostic messages
--theme string color theme: auto|dark|light|none (default "auto"; overrides terminal background detection)
- bitrise-cli - Bitrise platform CLI
- bitrise-cli completion bash - Generate the autocompletion script for bash
- bitrise-cli completion fish - Generate the autocompletion script for fish
- bitrise-cli completion powershell - Generate the autocompletion script for powershell
- bitrise-cli completion zsh - Generate the autocompletion script for zsh