serverless-cli-notifier
v1.0.2
Published
A Serverless plugin to notify developers upon Serverless lifecycle events run on CLI.
Downloads
1
Maintainers
Readme
serverless-cli-notifier
This is a Serverless Framework plugin that aims to help developers be more productive by sending desktop notifications upon serverless lifecycle events.
It works by combining Serverless Framework lifecycle events - with the serverless hooks helper - and the node-notifier NPM package.
Currently Supported Lifecycle events:
initialize: Runs on every
serverlesscommandafter:deploy:deploy: Runs after a successful
serverless deploycommand
Install
Run npm install in your Serverless project.
$ npm install --save-dev serverless-cli-notifier
Add the plugin to your serverless.yml file
plugins:
- serverless-cli-notifier