wf completion bash
wf completion bash
Generates the bash command auto-completion code
wf completion bash [flags]
Examples
# To load completions for the current session only:
$ source <(wf completion bash)
# To load completions for each session, execute once:
## Linux
$ wf completion bash > /etc/bash_completion.d/wf
## macOS
$ wf completion bash > /usr/local/etc/bash_completion.d/wf
Options
-h, --help help for bash
Options inherited from parent commands
--debug Debug / trace logging (default: false)
--force Force operation to happen (default: false)
--no-wait Do not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table) (default "table")
--profile string Use a profile other than your current - to change current: wf use profile NAME
--show-headers Display headers on table out (default true)
--verbose Verbose logging (default: false)
-w, --workspace string Workspace to use - to change default: wf use workspace NAME
SEE ALSO
- wf completion - Provides the autocomplete output so you can source into your shell