npm.io
1.2.9 • Published 3 weeks ago

@heroku-cli/notifications

Licence
MIT
Version
1.2.9
Deps
0
Size
149 kB
Vulns
0
Weekly
0
Stars
2

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.

Note

On macOS Apple Silicon (M1/M2/M3/M4), desktop notifications may not appear without Rosetta 2.

Keywords