Skip to content

Commit

Permalink
docs(cli): update CLI docs following Cosmos SDK v0.50.11 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Dec 17, 2024
1 parent 3e07687 commit 0ddeec2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/command/axoned_genesis_migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ axoned genesis migrate [target-version] [genesis-file] [flags]
### Examples

```
axoned migrate v0.47 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z
axoned genesis migrate v0.47 /path/to/genesis.json --chain-id=cosmoshub-3 --genesis-time=2019-04-22T17:00:00Z
```

### Options
Expand Down
2 changes: 0 additions & 2 deletions docs/command/axoned_keys_migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ LegacyInfo to Protobuf serialization format and overwrite the keyring entry. If
outputted in CLI and migration will be continued until all keys in the keyring DB are exhausted.
See [https://github.com/cosmos/cosmos-sdk/pull/9695](https://github.com/cosmos/cosmos-sdk/pull/9695) for more details.

It is recommended to run in 'dry-run' mode first to verify all key migration material.

```
axoned keys migrate [flags]
```
Expand Down
2 changes: 1 addition & 1 deletion docs/command/axoned_query_auth_address-by-acc-num.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ axoned query auth address-by-acc-num [acc-num] [flags]
### Options

```
--account-id uint
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for address-by-acc-num
--id int
--no-indent Do not indent JSON output
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
Expand Down
2 changes: 1 addition & 1 deletion docs/command/axoned_tx_group_submit-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ metadata example:
-b, --broadcast-mode string Transaction broadcasting mode (sync|async) (default "sync")
--chain-id string The network chain ID
--dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)
--exec string Set to 1 to try to execute proposal immediately after creation (proposers signatures are considered as Yes votes)
--exec string Set to 1 or 'try' to try to execute proposal immediately after creation (proposers signatures are considered as Yes votes)
--fee-granter string Fee granter grants fees for the transaction
--fee-payer string Fee payer pays fees for the transaction instead of deducting from the signer
--fees string Fees to pay along with transaction; eg: 10uatom
Expand Down

0 comments on commit 0ddeec2

Please sign in to comment.