Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

heroku-access

Package Overview
Dependencies
Maintainers
5
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-access

CLI to manage access in Heroku Applications

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
5
Weekly downloads
 
Created
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

Package last updated on 15 Jan 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc