Revoke User Role
apex acl revoke-role <PKG_SERIAL> <USERNAME> [--repo= <REPO>]
|
|
Removed an access role from a user on a package.
|
Parameters
| Parameter | Description |
|---|---|
| pkg_serial | The package serial (author/alias) of the package to revoke access from. |
| username | The username of the person to revoke access of. |
Flags
| Flag | Description |
|---|---|
| repo | The repository alias to revoke access from. Defaults to main apex repository. |
Examples
- ./apex acl revoke-role myuser/shop jsmith