heroku-access

0.0.2 • Public • Published

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

/heroku-access/

    Package Sidebar

    Install

    npm i heroku-access

    Weekly Downloads

    1

    Version

    0.0.2

    License

    ISC

    Last publish

    Collaborators

    • itops
    • eblack
    • naaman
    • joshwlewis
    • raulb