| KubeOne(1) | KubeOne(1) |
NAME
kubeone-completion - Generates completion scripts for bash, zsh, and fish
SYNOPSIS
kubeone completion [flags]
DESCRIPTION
To load completion run into your current shell run
Bash:
. <(kubeone completion bash)
Zsh:
. <(kubeone completion zsh)
Fish:
kubeone completion fish | source
OPTIONS
-h, --help[=false] help for completion
OPTIONS INHERITED FROM PARENT COMMANDS
-c, --credentials="" File to source credentials and secrets from
-d, --debug[=false] debug output with stacktrace
-l, --log-format="text" format for logging
-m, --manifest="./kubeone.yaml" Path to the KubeOne config
-t, --tfjson="" Source for terraform output in JSON - to read from stdin. If path is a file, contents will be used. If path is a dictionary, terraform output -json is executed in this path
-v, --verbose[=false] verbose output
EXAMPLE
kubeone completion bash
SEE ALSO
HISTORY
8-Feb-2026 Auto generated by spf13/cobra
| Feb 2026 | Auto generated by spf13/cobra |