@heroku-cli/notifications

display notifications in Heroku CLI commands


Keywords
oclif
License
MIT
Install
npm install @heroku-cli/notifications@1.1.0

Documentation

Heroku CLI Notifications

=========================

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

Version GH CI License

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.