Generates shell completion scripts
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]
-h, --help help for completion
--config string config file (default is $HOME/.param.yaml)
--endpoint-url string Prefixes to filter by
- param - Tools to improve Parameter Store on the command line.