manage organizations
list the teams that you are a member of
USAGE
$ heroku orgs [--prompt] [--json] [--enterprise]
FLAGS
--enterprise filter by enterprise teams
--json output in json format
GLOBAL FLAGS
--prompt interactively prompt for command arguments and flags
DESCRIPTION
list the teams that you are a member of
See code: src/commands/orgs/index.ts
open the team interface in a browser window
USAGE
$ heroku orgs:open -t <value> [--prompt]
FLAGS
-t, --team=<value> (required) team to use
GLOBAL FLAGS
--prompt interactively prompt for command arguments and flags
DESCRIPTION
open the team interface in a browser window
See code: src/commands/orgs/open.ts