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