heroku orgs

July 1, 2026 ยท View on GitHub

manage organizations

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

heroku orgs:open

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