Request Package Access
apex acl request-package <PKG_SERIAL> <ROLE> [--repo=]
|
|
Request access to a package owned by another account.
|
Parameters
Parameter | Description |
---|---|
pkg_serial | The package formatted in username/alias to request access of. |
role | The type of access to request. Supported values are: readonly, team, maintainer, admin |
Flags
Flag | Description |
---|---|
--repo | Optional repository alias of the request. Defaults to main Apex repository. |
Examples
- ./apex acl request-package jsmith/myshop team