From 0ddeec2d149084173dd5355338a6323573fd8409 Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 17 Dec 2024 21:52:51 +0100 Subject: [PATCH] docs(cli): update CLI docs following Cosmos SDK v0.50.11 upgrade --- docs/command/axoned_genesis_migrate.md | 2 +- docs/command/axoned_keys_migrate.md | 2 -- docs/command/axoned_query_auth_address-by-acc-num.md | 2 +- docs/command/axoned_tx_group_submit-proposal.md | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/command/axoned_genesis_migrate.md b/docs/command/axoned_genesis_migrate.md index 0049951d3..3ede5222f 100644 --- a/docs/command/axoned_genesis_migrate.md +++ b/docs/command/axoned_genesis_migrate.md @@ -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 diff --git a/docs/command/axoned_keys_migrate.md b/docs/command/axoned_keys_migrate.md index e5d660287..97adb0874 100644 --- a/docs/command/axoned_keys_migrate.md +++ b/docs/command/axoned_keys_migrate.md @@ -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] ``` diff --git a/docs/command/axoned_query_auth_address-by-acc-num.md b/docs/command/axoned_query_auth_address-by-acc-num.md index f0b9c17e7..8f176a531 100644 --- a/docs/command/axoned_query_auth_address-by-acc-num.md +++ b/docs/command/axoned_query_auth_address-by-acc-num.md @@ -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 : to CometBFT RPC interface for this chain (default "tcp://localhost:26657") -o, --output string Output format (text|json) (default "text") diff --git a/docs/command/axoned_tx_group_submit-proposal.md b/docs/command/axoned_tx_group_submit-proposal.md index d7f377b1a..395f296de 100644 --- a/docs/command/axoned_tx_group_submit-proposal.md +++ b/docs/command/axoned_tx_group_submit-proposal.md @@ -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