mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
902 B
902 B
Read this on the main serverless docs site
AWS - Config
The purpose of serverless config tabcompletion is to allow to enable or disable tab completion for the Framework in your shell. Currently supported shells are fish, bash and zsh.
Provided lifecycle events
config:tabcompletion:install:installconfig:tabcompletion:uninstall:uninstall
Examples
Enable tab completion
serverless config tabcompletion install
Disable tab completion
serverless config tabcompletion uninstall