@heroku-cli/notifications

display notifications in Heroku CLI commands

Usage no npm install needed!

<script type="module">
  import herokuCliNotifications from 'https://cdn.skypack.dev/@heroku-cli/notifications';
</script>

README

@heroku-cli/notifications

display notifications in Heroku CLI commands. Based on node-notifier.

Version CircleCI Appveyor CI Codecov Downloads/week License Greenkeeper badge

Usage

If HEROKU_NOTIFICATIONS=0|false then this will not be displayed.

import {notify} from '@heroku-cli/notifications'
notify({
  title: 'notification title',
  message: 'notification message',
})

See the node-notifier docs for more information.