step completion

Name

step completion -- print the shell completion script

Usage

step completion <shell>

Description

step completion command prints the shell completion script.

Positional arguments

shell The shell program. Supports bash, zsh, and fish.

Examples

Add bash completion for the current user.

$ step completion bash >> ~/.bash_completion

Add fish completions for the current user.

$ step completion fish | source