Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rqbik/hbelt
Heroku account belt
https://github.com/rqbik/hbelt
heroku heroku-cli heroku-cli-plugin
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T18:55:09.000Z (over 4 years ago)
- Last Synced: 2024-11-07T11:09:46.784Z (2 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
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/hbelt.svg)](https://npmjs.org/package/hbelt)
[![License](https://img.shields.io/npm/l/hbelt.svg)](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:addOPTIONS
-e, --email=email account email
-p, --password=password account password
```## `heroku belt:remove`
removes heroku account from your belt
```
USAGE
$ heroku belt:removeOPTIONS
-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:switchOPTIONS
-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:listOPTIONS
-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)
```