mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
BREAKING CHANGE: CLI params put before command tokens are no longer recgonized (e.g. `sls -f <function-name> deploy function` will no longer work). In all cases construct CLI args in `sls <command> <options>` order