Serverless Components Dependencies Updater
npm install @slsplus/serverless-updater



Serverless Components Dependencies Updater
``bash`
$ npm install @slsplus/serverless-updater --g
This will auto update dependencies in serverless component src directory, then commit to github and publish to registry.
`bash`
$ slsup --auto-push --auto-publish
`,
Options:
-v, --version output the current version
-c, --component to connect`
-p, --path
-s, --source
-m, --multi whether update multi components (default: false)
-aps, --auto-push whether auto push to github (default: false)
-apb, --auto-publish whether auto publish component (default: false)
-fpb, --force-publish whether force to publish component (default: false)
-h, --help display help for command
All git commit mesage must follow below syntax:
`bash`
type(scope?): subject #scope is optional
support type:
- feat: add new feature
- fix: fix bug or patch feature
- ci: CI
- chore: modify config, nothing to do with production code
- docs: create or modifiy documents
- refactor: refactor project
- revert: revert
- test: test
Most of time, we just use feat and fix`.
Copyright (c) 2020 Serverless Plus