Serverless plugin to audibly alert user after deployment
user
sidgonuts
A serverless plugin that outputs a bell character to Terminal after sls deploy
. Will only work if the audible bell in Terminal is turned on.
Because running sls deploy
takes just long enough to go do something else and forget that you ran sls deploy
. Figured a notification would be nice.
Make sure you have the following installed before starting:
npm install serverless-ding --save-dev
Then make the following edits to your serverless.yaml file:
Add the plugin.
plugins:
- serverless-ding
Latest commit b2f54ec on Sep 24, 2017