Skip to content

Commit

Permalink
lets go
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Jan 9, 2024
1 parent 93a4171 commit 170cfb1
Show file tree
Hide file tree
Showing 26 changed files with 23 additions and 571 deletions.
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Manage your account, keys, and metadata


## `celocli account:authorize`

Keep your locked Gold more secure by authorizing alternative keys to be used for signing attestations, voting, or validating. By doing so, you can continue to participate in the protocol while keeping the key with access to your locked Gold in cold storage. You must include a "proof-of-possession" of the key being authorized, which can be generated with the "account:proof-of-possession" command.
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Display autocomplete installation instructions.


## `celocli autocomplete [SHELL]`

Display autocomplete installation instructions.
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

list all the commands


## `celocli commands`

list all the commands
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Configure CLI options which persist across commands


## `celocli config:get`

Output network node configuration
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/dkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Publish your locally computed DKG results to the blockchain


## `celocli dkg:allowlist`

Allowlist an address in the DKG
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/election.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Participate in and view the state of Validator Elections


## `celocli election:activate`

Activate pending votes in validator elections to begin earning rewards. To earn rewards as a voter, it is required to activate your pending votes at some point after the end of the epoch in which they were made.
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Exchange Celo Dollars and CELO via the stability mechanism


## `celocli exchange:celo`

Exchange CELO for StableTokens via the stability mechanism. (Note: this is the equivalent of the old exchange:gold)
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Interact with on-chain governance proposals and hotfixes


## `celocli governance:approvehotfix`

Approve a dequeued governance proposal (or hotfix)
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/grandamento.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Cancels a Granda Mento exchange proposal


## `celocli grandamento:cancel`

Cancels a Granda Mento exchange proposal
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Display help for celocli.


## `celocli help [COMMANDS]`

Display help for celocli.
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Interact with ODIS and the attestations service


## `celocli identity:get-attestations`

Looks up attestations associated with the provided phone number. If a pepper is not provided, it uses the --from account's balance to query the pepper.
Expand Down
65 changes: 0 additions & 65 deletions packages/docs/command-line-interface/introduction.md

This file was deleted.

1 change: 1 addition & 0 deletions packages/docs/command-line-interface/lockedgold.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

View and manage locked CELO


## `celocli lockedgold:delegate`

Delegate locked celo.
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Approves an existing transaction on a multi-sig contract


## `celocli multisig:approve`

Approves an existing transaction on a multi-sig contract
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

View details about the network, like contracts and parameters


## `celocli network:contracts`

Lists Celo core contracts and their addesses.
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Manage your Celo node


## `celocli node:accounts`

List the addresses that this node has the private keys for.
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

List oracle addresses for a given token


## `celocli oracle:list ARG1`

List oracle addresses for a given token
Expand Down
1 change: 1 addition & 0 deletions packages/docs/command-line-interface/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

List installed plugins.


## `celocli plugins`

List installed plugins.
Expand Down
34 changes: 0 additions & 34 deletions packages/docs/command-line-interface/registry.md

This file was deleted.

1 change: 1 addition & 0 deletions packages/docs/command-line-interface/releasecelo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

View and manage ReleaseGold contracts


## `celocli releasecelo:authorize`

Authorize an alternative key to be used for a given action (Vote, Validate, Attest) on behalf of the ReleaseGold instance contract.
Expand Down
Loading

0 comments on commit 170cfb1

Please sign in to comment.