View categories
Heroku CLI command `access:update` now accepts `--permissions` directive
Change effective on 26 July 2016
The Heroku Toolbelt CLI command access:update
now accepts --permissions
directive in addition to the now-deprecated --privileges
directive.
e.g.
heroku access:update user@company.com -a app-name --permissions operate
Updating user@company.com in application app-name with operate,view permissions… done
Note that the --privileges
directive is being deprecated, and warning message will appear in the CLI. For more information on the access:update
CLI command, invoke the CLI help:
heroku help access:update