https://github.com/rqbik/hbelt
Heroku account belt
https://github.com/rqbik/hbelt
heroku heroku-cli heroku-cli-plugin
Last synced: 9 months ago
JSON representation
Heroku account belt
- Host: GitHub
- URL: https://github.com/rqbik/hbelt
- Owner: rqbik
- License: mit
- Created: 2020-08-28T18:46:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T18:55:09.000Z (almost 6 years ago)
- Last Synced: 2025-08-09T07:42:42.082Z (10 months ago)
- Topics: heroku, heroku-cli, heroku-cli-plugin
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hbelt
Heroku account belt
[](https://oclif.io)
[](https://npmjs.org/package/hbelt)
[](https://github.com/rqbik/hbelt/blob/master/package.json)
- [Installation](#installation)
- [Commands](#commands)
# Installation
```sh-session
$ heroku plugins:install hbelt
```
# Commands
- [`heroku belt:add`](#heroku-beltadd)
- [`heroku belt:remove`](#heroku-beltremove)
- [`heroku belt:switch`](#heroku-beltswitch)
- [`heroku belt:list`](#heroku-beltlist)
## `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)
```