Revoke User Branch
apex acl revoke-branch <PKG_SERIAL> <USERNAME> <BRANCH> [--repo= <REPO>]
|
|
Revokes access from a branch to a user.
|
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 from. |
| branch | The branch name to revoke access from. |
Flags
| Flag | Description |
|---|---|
| repo | The repository alias to revoke access from. Defaults to main apex repository. |
Examples
- ./apex acl revoke-branch myuser/shop jsmith cool-feature