fc33287204
Change-Id: I5ab8722dd151d9e652e0b20e1d82988cd98505af Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
43 lines
794 B
Markdown
43 lines
794 B
Markdown
## airshipctl completion
|
|
|
|
Generate completion script for the specified shell (bash or zsh)
|
|
|
|
### Synopsis
|
|
|
|
Generate completion script for airshipctl for the specified shell (bash or zsh).
|
|
|
|
|
|
```
|
|
airshipctl completion SHELL [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
|
|
# Save shell completion to a file
|
|
airshipctl completion bash > $HOME/.airship_completions
|
|
|
|
# Apply completions to the current shell
|
|
source <(airshipctl completion bash)
|
|
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for completion
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
|
|
--debug enable verbose output
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl](airshipctl.md) - A unified entrypoint to various airship components
|
|
|