aragonos:grant
Grant a permission on a DAO app to an entity, with an optional oracle.
Syntax
Section titled “Syntax”aragonos:grant <role> <on> <app> <to> <grantee> [permissionManager]Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
role | permission | Permission identifier |
on | command | Keyword on |
app | app | Target app |
to | command | Keyword to |
grantee | address | Address to grant the permission to |
[permissionManager] | app | Entity managing this permission |
Options
Section titled “Options”| Name | Type | Description |
|---|---|---|
--oracle | address | ACL oracle contract address |
Examples
Section titled “Examples”# Grant a role to the connected walletaragonos:connect 0x1fc7e8d8e4bbbef77a4d035aec189373b52125a8 ( aragonos:grant TRANSFER_ROLE on @aragonos:app(agent) to @me)