Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 866 Bytes

File metadata and controls

40 lines (28 loc) · 866 Bytes

param completion

Generates shell completion scripts

Synopsis

Output shell completion code for the specified shell (bash or zsh). The shell code must be evaluated to provide interactive completion of param commands. This can be done by sourcing it from ~/.bashrc

Examples: # Installing bash completion printf " # param shell completion source <(param completion bash) " >> $HOME/.bashrc source $HOME/.bashrc

param completion (bash|zsh) [flags]

Options

  -h, --help   help for completion

Options inherited from parent commands

      --config string         config file (default is $HOME/.param.yaml)
      --endpoint-url string   Prefixes to filter by

SEE ALSO

  • param - Tools to improve Parameter Store on the command line.
Auto generated by spf13/cobra on 7-Nov-2018