aragonosx:connect
Connect to an Aragon OSx DAO and execute commands within its context.
Syntax
Section titled “Syntax”aragonosx:connect <dao> <block>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
dao | dao | DAO address or ENS subdomain (e.g. mydao for mydao.dao.eth) |
block | block | Commands to execute in DAO context |
Examples
Section titled “Examples”# Connect to a DAO and grant a permission through its token-voting pluginaragonosx:connect 0x2222222222222222222222222222222222222222 ( aragonosx:propose token-voting --metadata "ipfs://QmMetadata" ( aragonosx:grant EXECUTE on token-voting to 0xc125218F4Df091eE40624784caF7F47B9738086f ))