heroku-access
v0.0.2
Published
CLI to manage access in Heroku Applications
Downloads
2
Keywords
Readme
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
Using App Privileges in Heroku Organizations
$ heroku access --app APP_NAME
e.g. (personal app):
$ heroku access --app atleti
[email protected] collaborator
[email protected] owner
e.g. (org app):
$ heroku access --app atleti
[email protected] member
[email protected] collaborator
[email protected] admin
e.g. (org app with new beta feature):
$ heroku access --app atleti
[email protected] deploy,operate,view
[email protected] operate,view
[email protected] deploy,manage,operate,view
Adding new collaborators
$ heroku access:add [email protected] --app APP
$ heroku access:add [email protected] --app APP --privileges deploy,manage,view,operate
Updating privileges
$ heroku access:update [email protected] --app APP --privileges deploy,manage,view,operate # This feature is in BETA
Removing collaborators
$ heroku access:remove [email protected] --app APP