aragonosx:approve
Approve a multisig proposal.
Syntax
Section titled “Syntax”aragonosx:approve <plugin> <proposalId>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
plugin | plugin | Multisig plugin holding the proposal |
proposalId | number | Proposal id |
Options
Section titled “Options”| Name | Type | Description |
|---|---|---|
--try-execution | bool | Execute in the same call if the proposal already passes |
Examples
Section titled “Examples”# Approve a pending multisig proposal and execute it if it passesaragonosx:connect 0x2222222222222222222222222222222222222222 ( aragonosx:approve multisig 5 --try-execution true)