aragonos:install
Install an Aragon app into the connected DAO.
Syntax
Section titled “Syntax”aragonos:install <variable> <identifier> [...params]Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
variable | variable | Variable name |
identifier | repo | App APM repository name |
[...params] | any | App initialization arguments |
Options
Section titled “Options”| Name | Type | Description |
|---|---|---|
--version | string | Specific app version to install |
Examples
Section titled “Examples”# Install a token-manager apparagonos:connect 0x1fc7e8d8e4bbbef77a4d035aec189373b52125a8 ( aragonos:install $tm token-manager @aragonos:app(agent) false 1000e18)