Grant User Access to Package
apex acl grant-package <PKG_SERIAL> <USERNAME> <ROLE> [--repo= <REPO>]
|
|
Grants an access role to a user to the specified package.
|
Parameters
| Parameter | Description |
|---|---|
| pkg_serial | The package serial (author/alias) of the package to add access to. |
| username | The username of the person to provide access to. |
| role | The role which to grant access for. Supported values are: admin, maintainer, team, readonly |
Flags
| Flag | Description |
|---|---|
| repo | The repository alias to grant access to. Defaults to main apex repository. |
Examples
- ./apex acl grant-role myuser/shop jsmith maintainer