Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1 KB

File metadata and controls

48 lines (32 loc) · 1 KB

heroku orgs

manage organizations

heroku orgs

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

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