Skip to content

Commit

Permalink
Added addons:downgrade alias
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwilaby committed Feb 21, 2024
1 parent 150d5bc commit 753652a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/commands/addons/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {HTTP} from 'http-call'
import {HerokuAPIError} from '@heroku-cli/command/lib/api-client'

export default class Upgrade extends Command {
static aliases = ['addons:downgrade'];
static topic = 'addons'
static description = 'change add-on plan'
static help = 'See available plans with `heroku addons:plans SERVICE`.\n\nNote that `heroku addons:upgrade` and `heroku addons:downgrade` are the same.\nEither one can be used to change an add-on plan up or down.\n\nhttps://devcenter.heroku.com/articles/managing-add-ons'
Expand Down

0 comments on commit 753652a

Please sign in to comment.