heroku-access
v0.0.2
Published
CLI to manage access in Heroku Applications
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-accessUsing App Privileges in Heroku Organizations
$ heroku access --app APP_NAMEe.g. (personal app):
$ heroku access --app atleti
[email protected] collaborator
[email protected] ownere.g. (org app):
$ heroku access --app atleti
[email protected] member
[email protected] collaborator
[email protected] admine.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,viewAdding new collaborators
$ heroku access:add [email protected] --app APP$ heroku access:add [email protected] --app APP --privileges deploy,manage,view,operateUpdating privileges
$ heroku access:update [email protected] --app APP --privileges deploy,manage,view,operate # This feature is in BETARemoving collaborators
$ heroku access:remove [email protected] --app APP