wodby completion bash
Generate the autocompletion script for bash
Generate the autocompletion script for the bash shell. This script depends on the 'bash-completion' package. If it is not installed already, you can install it via your OS's package manager. To load completions in your current shell session: source <(wodby completion bash) To load completions for every new session, execute once: #### Linux: wodby completion bash > /etc/bash_completion.d/wodby #### macOS: wodby completion bash > $(brew --prefix)/etc/bash_completion.d/wodby You will need to start a new shell for this setup to take effect.
Usage
wodby completion bash
Options
| Flag | Description | Default |
|---|---|---|
-h, --help |
help for bash | false |
--no-descriptions |
disable completion descriptions | false |
Options inherited from parent commands
| Flag | Description | Default |
|---|---|---|
--access-token string |
Access token | - |
--api-base-url string |
Public REST API base URL | https://apiv2.wodby.com/v1 |
--api-key string |
API key | - |
--ci-config-path string |
Path to CI config | /tmp/.wodby-ci.json |
--verbose |
Verbose output | false |