0.0.2 • Published 10 years ago

heroku-access v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

npm version

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
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 # This feature is in BETA

Removing collaborators

$ heroku access:remove user@email.com --app APP