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 |
|---|---|---|
--dao |
any |
DAO address or name to install into |
--version |
any |
Specific app version to install |
Examples
Section titled “Examples”# Install a token-manager apparagonos:connect 0x1fc7e8d8e4bbbef77a4d035aec189373b52125a8 ( install $tm token-manager:new-app @app(agent) false 1000e18)