Heroku CLI command `members:add` now uses the new Heroku Team invitation flow

Change effective on 29 September 2016

The Heroku Toolbelt CLI command members:add now sends an invitation e-mail to the account specified to join your Heroku Team.

E.g.

$ heroku members:add user@company.com --role role-type -o team-name
Inviting user@company.com to team-name as role-type... email sent

Note that in order to revoke an existing invite, you’ll need to use the Heroku Teams overview page in the Heroku Dashboard (web UI).

For more information on the members:add CLI command, you can invoke the CLI help:

$ heroku help members:add