1.0.0 • Published 4 years ago

hbelt v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

hbelt

Heroku account belt

oclif Version License

Installation

$ heroku plugins:install hbelt

Commands

heroku belt:add

add heroku account to your belt

USAGE
  $ heroku belt:add

OPTIONS
  -e, --email=email        account email
  -p, --password=password  account password

heroku belt:remove

removes heroku account from your belt

USAGE
  $ heroku belt:remove

OPTIONS
  -e, --email=email  account email
  -i, --id=id        account id
  -n, --name=name    account name
  -x, --index=index  account idx in list

heroku belt:switch

allows you to switch between multiple heroku account in your belt

USAGE
  $ heroku belt:switch

OPTIONS
  -e, --email=email  account email
  -i, --id=id        account id
  -n, --name=name    account name
  -x, --index=index  account idx in list

heroku belt:list

lists every account in your belt

USAGE
  $ heroku belt:list

OPTIONS
  -x, --extended          show extra columns
  --columns=columns       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=filter         filter property by partial string matching, ex: name=foo
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=csv|json|yaml  output in a more machine friendly format
  --sort=sort             property to sort by (prepend '-' for descending)