@slsplus/serverless-updater

1.0.4 • Public • Published

Serverless Component Updater

npm NPM downloads Build Status semantic-release

Serverless Components Dependencies Updater

Installation

$ npm install @slsplus/serverless-updater --g

Usage

This will auto update dependencies in serverless component src directory, then commit to github and publish to registry.

$ slsup --auto-push --auto-publish

Options

Options:
  -v, --version                     output the current version
  -c, --component <component name>  component name, multi component use `,` to connect
  -p, --path <path>                 path to component or parent directory for multi updating
  -s, --source <source>             source code directory name (default: "src")
  -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

Development

All git commit mesage must follow below syntax:

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.

License

Copyright (c) 2020 Serverless Plus

Package Sidebar

Install

npm i @slsplus/serverless-updater

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

20.8 kB

Total Files

15

Last publish

Collaborators

  • slsplus-bot
  • yugasun