display notifications in Heroku CLI commands
npm install @heroku-cli/notificationsdisplay notifications in Heroku CLI commands. Based on node-notifier.



If HEROKU_NOTIFICATIONS=0|false then this will not be displayed.
``typescript``
import {notify} from '@heroku-cli/notifications'
notify({
title: 'notification title',
message: 'notification message',
})
See the node-notifier docs for more information.
On macOS Apple Silicon (M1/M2/M3/M4), desktop notifications may not appear without Rosetta 2.