1.2.4 • Published 1 month ago

@heroku-cli/notifications v1.2.4

Weekly downloads
14,278
License
MIT
Repository
github
Last release
1 month ago

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.