mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
Reasoning: - Performance is very poor due to slow command startup time - `tabtab` package is no longer maintained and shares security issues - Feature usage is relatively low (telemetry data shows 7% of users has the autocompletion on) BREAKING CHANGE: Opt-in tab-tab autocompletion feature is removed due to performance and security issues
1.1 KiB
1.1 KiB
Read this on the main serverless docs site
AWS - Config
The purpose of serverless config is to allow to enable or disable automatic update mechanism of the Framework. Additionally, it supports config credentials subcommand. For more details about them, please refer to their corresponding documentation pages. Auto update mechanism is supported for global installations across all operating systems with the exception of standalone binary installation on Windows.
Options
--autoupdateTurn on auto update mechanism--no-autoupdateTurn off auto update mechanism
Provided lifecycle events
config:config
Examples
Turn on auto update mechanism
serverless config --autoupdate
Turn off auto update mechanism
serverless config --no-autoupdate