0.0.8 • Published 2 months ago

billing-alarm v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Billing Alarm CLI

Heroku CLI plugin to interact with the Billing Alarm Heroku Add-on. The Billing Alarm Command Line Interface (CLI) makes it easy for you to create and manage your monitors and subscriber notification directly from the terminal.

Create a billing alarm that monitors your estimated Heroku charges in real time.

Monitor your Costs

Billing Alarm allows you to set a total cost threshold for all Heroku apps that it is attached to. You will receive an email notification when your estimated spending exceeds this threshold.

Purpose-built for Heroku

Billing Alarm provides the estimated total of your Heroku charges, in addition to an estimate for each Heroku service you use, including formation dynos, one-off dynos, add-ons, and more.

Learn more here.

oclif Version Downloads/week License

Installation

$ heroku plugins:install billing-alarm

Usage

$ npm install -g billing-alarm
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
billing-alarm/2.2.13 darwin-arm64 node-v14.21.1
$ heroku --help [COMMAND]
USAGE
  $ heroku COMMAND
...

Commands

heroku billing-alarm

List the Billing Alarm for an app

USAGE
  $ heroku billing-alarm

OPTIONS
  -a, --app=app  (required) app to run command against
  -h, --help     show CLI help
  -j, --json     output triggers in json format

EXAMPLE
  $ heroku billing-alarm -a example

See code: src/commands/billing-alarm.ts