Socket
Socket
Sign inDemoInstall

heroku-access

Package Overview
Dependencies
12
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    heroku-access

CLI to manage access in Heroku Applications


Version published
Maintainers
5
Install size
1.51 MB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 15 Jan 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc