Skip to main content

celocli governance

Interact with on-chain governance proposals and hotfixes

celocli governance:approve

Approve a dequeued governance proposal (or hotfix). Only authorized approvers may use this command
See code: src/commands/governance/approve.ts

celocli governance:approvehotfix

Approve a dequeued governance proposal (or hotfix). Only authorized approvers may use this command

celocli governance:build-proposal

Interactively build a governance proposal
See code: src/commands/governance/build-proposal.ts

celocli governance:dequeue

Try to dequeue governance proposal
See code: src/commands/governance/dequeue.ts

celocli governance:execute

Execute a passing governance proposal
See code: src/commands/governance/execute.ts

celocli governance:executehotfix

Execute a governance hotfix prepared for the current epoch
See code: src/commands/governance/executehotfix.ts

celocli governance:hashhotfix

Hash a governance hotfix specified by JSON and a salt
See code: src/commands/governance/hashhotfix.ts

celocli governance:list

List live governance proposals (queued and ongoing)
See code: src/commands/governance/list.ts

celocli governance:preparehotfix

Prepare a governance hotfix for execution in the current epoch
See code: src/commands/governance/preparehotfix.ts

celocli governance:propose

Submit a governance proposal
See code: src/commands/governance/propose.ts

celocli governance:revokeupvote

Revoke upvotes for queued governance proposals
See code: src/commands/governance/revokeupvote.ts

celocli governance:show

Show information about a governance proposal, hotfix, or account.
See code: src/commands/governance/show.ts

celocli governance:showaccount

Show information about a governance proposal, hotfix, or account.

celocli governance:showhotfix

Show information about a governance proposal, hotfix, or account.

celocli governance:upvote

Upvote a queued governance proposal
See code: src/commands/governance/upvote.ts

celocli governance:view

Show information about a governance proposal, hotfix, or account.

celocli governance:viewaccount

Show information about a governance proposal, hotfix, or account.

celocli governance:viewhotfix

Show information about a governance proposal, hotfix, or account.

celocli governance:vote

Vote on an approved governance proposal
See code: src/commands/governance/vote.ts

celocli governance:votePartially

Vote partially on an approved governance proposal
See code: src/commands/governance/votePartially.ts

celocli governance:withdraw

Withdraw refunded governance proposal deposits.
See code: src/commands/governance/withdraw.ts