step completion
step completion -- print the shell completion script
step completion <shell>
step completion command prints the shell completion script.
shell
The shell program. Supports bash, zsh, and fish.
Add bash completion for the current user.
$ step completion bash >> ~/.bash_completion
Add fish completions for the current user.
$ step completion fish | source