Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 857 Bytes

orgs.md

File metadata and controls

42 lines (28 loc) · 857 Bytes

heroku orgs

manage organizations

heroku orgs

list the teams that you are a member of

USAGE
  $ heroku orgs [--json] [--enterprise]

FLAGS
  --enterprise  filter by enterprise teams
  --json        output in json format

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>

FLAGS
  -t, --team=<value>  (required) team to use

DESCRIPTION
  open the team interface in a browser window

See code: src/commands/orgs/open.ts