`heroku teams` ============== manage teams * [`heroku teams`](#heroku-teams) ## `heroku teams` list the teams that you are a member of ``` USAGE $ heroku teams [--prompt] [--json] FLAGS --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 Use heroku members:* to manage team members. ``` _See code: [src/commands/teams/index.ts](https://github.com/heroku/cli/blob/v11.10.0/src/commands/teams/index.ts)_