From 1f568627e374a419793a9a576e8fc5127399a4e2 Mon Sep 17 00:00:00 2001 From: Bot Anik <98603954+bot-anik@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:02:10 +0000 Subject: [PATCH] feat(commands): update axone-protocol/axoned commands documentation --- commands/axoned_genesis_migrate.md | 2 +- commands/axoned_keys_migrate.md | 2 -- commands/axoned_query_auth_address-by-acc-num.md | 2 +- commands/axoned_tx_group_submit-proposal.md | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/commands/axoned_genesis_migrate.md b/commands/axoned_genesis_migrate.md index 0049951d3c0..3ede5222f75 100644 --- a/commands/axoned_genesis_migrate.md +++ b/commands/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/commands/axoned_keys_migrate.md b/commands/axoned_keys_migrate.md index e5d66028728..97adb08748b 100644 --- a/commands/axoned_keys_migrate.md +++ b/commands/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/commands/axoned_query_auth_address-by-acc-num.md b/commands/axoned_query_auth_address-by-acc-num.md index f0b9c17e789..8f176a53126 100644 --- a/commands/axoned_query_auth_address-by-acc-num.md +++ b/commands/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/commands/axoned_tx_group_submit-proposal.md b/commands/axoned_tx_group_submit-proposal.md index d7f377b1a60..395f296de66 100644 --- a/commands/axoned_tx_group_submit-proposal.md +++ b/commands/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