`heroku notifications` ====================== display notifications * [`heroku notifications`](#heroku-notifications) ## `heroku notifications` display notifications ``` USAGE $ heroku notifications [--prompt] [--all] [-a ] [--json] [--read] [-r ] FLAGS -a, --app= [env: HEROKU_APP] app to run command against -r, --remote= git remote of app to use --all view all notifications (not just the ones for the current app) --json output in json format --read show notifications already read GLOBAL FLAGS --prompt interactively prompt for command arguments and flags DESCRIPTION display notifications ``` _See code: [src/commands/notifications/index.ts](https://github.com/heroku/cli/blob/v11.10.0/src/commands/notifications/index.ts)_