`heroku orgs` ============= manage organizations * [`heroku orgs`](#heroku-orgs) * [`heroku orgs:open`](#heroku-orgsopen) ## `heroku orgs` list the teams that you are a member of ``` USAGE $ heroku orgs [--prompt] [--enterprise] [--json] 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](https://github.com/heroku/cli/blob/v11.10.0/src/commands/orgs/index.ts)_ ## `heroku orgs:open` open the team interface in a browser window ``` USAGE $ heroku orgs:open -t [--prompt] FLAGS -t, --team= (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](https://github.com/heroku/cli/blob/v11.10.0/src/commands/orgs/open.ts)_