Heroku Teams now supported by the Heroku CLI

Change effective on 18 October 2016

The Heroku Toolbelt CLI command teams now lists your Heroku Teams.

E.g.

$ heroku teams
my-team-name     admin
my-other-team    member

In addition, we encourage the use of the flag -t or --team when you’re operating with your teams.

E.g.

$ heroku members -t team-name
user@company.com            member
other-user@company.com      admin

The directive -o or --org is still available, but we recommend its use only when operating with your Heroku Enterprise Organizations.

$ heroku members -o team-name
user@company.com            member
other-user@company.com      admin
 ▸    team-name is a Heroku Team
 ▸    Heroku CLI now supports Heroku Teams.
 ▸    Use -t or --team for teams like team-name

Documentation for Heroku Teams is available here in the Heroku DevCenter.