Prints shell completion scripts
tkn completion [SHELL]
This command prints shell completion code which must be evaluated to provide interactive completion
Supported Shells: - bash - zsh
source <(tkn completion bash)
source <(tkn completion zsh)
-h, --help help for completion
- tkn - CLI for tekton pipelines