Heroku Access Plugin for Heroku Toolbelt 4.0
Read more about Toolbelt 4.0 plugins here.
How to install this plugin
Note: These Node.js plugins are available in the current Ruby CLI. No need to download a separate Toolbelt 4.0 CLI.
$ heroku plugins:install heroku-access
$ heroku access --app APP_NAME
e.g. (personal app):
$ heroku access --app atleti
ortega@atleti.com collaborator
simeone@atleti.com owner
e.g. (org app):
$ heroku access --app atleti
monoburgos@atleti.com member
ortega@atleti.com collaborator
simeone@atleti.com admin
e.g. (org app with new beta feature):
$ heroku access --app atleti
monoburgos@atleti.com deploy,operate,view
ortega@atleti.com operate,view
simeone@atleti.com deploy,manage,operate,view
Adding new collaborators
$ heroku access:add user@email.com --app APP
$ heroku access:add user@email.com --app APP --privileges deploy,manage,view,operate
Updating privileges
$ heroku access:update user@email.com --app APP --privileges deploy,manage,view,operate
Removing collaborators
$ heroku access:remove user@email.com --app APP