cosmossdk.io/client/v2@v2.0.0-beta.1/autocli/testdata/help-deprecated.golden (about) 1 Command "echo" is deprecated, don't use this 2 Execute the Echo RPC method 3 4 Usage: 5 test deprecatedecho echo [flags] 6 7 Flags: 8 --a-bool 9 --a-coin cosmos.base.v1beta1.Coin 10 --a-consensus-address account address or key name 11 --a-message testpb.AMessage (json) 12 --a-validator-address account address or key name 13 --an-address account address or key name 14 --an-enum Enum (unspecified | one | two | five | neg-three) (default unspecified) 15 --bools bools (default []) 16 --bz binary 17 --coins cosmos.base.v1beta1.Coin (repeated) 18 --deprecated-field string 19 --duration duration 20 --durations duration (repeated) 21 --enums Enum (unspecified | one | two | five | neg-three) (repeated) 22 --grpc-addr string the gRPC endpoint to use for this chain 23 --grpc-insecure allow gRPC over insecure channels, if not the server must use TLS 24 --height int Use a specific height to query state at (this can error if the node is pruning state) 25 -h, --help help for echo 26 --hidden-bool 27 --i32 int32 28 --i64 int 29 --map-string-coin map[string]cosmos.base.v1beta1.Coin 30 --map-string-string stringToString (default []) 31 --map-string-uint32 stringToUint32 32 --no-indent Do not indent JSON output 33 --node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657") 34 -o, --output string Output format (text|json) (default "text") 35 --page-count-total 36 --page-key binary 37 --page-limit uint 38 --page-offset uint 39 --page-reverse 40 --positional1 int32 41 --positional2 string 42 --positional3-varargs cosmos.base.v1beta1.Coin (repeated) 43 --shorthand-deprecated-field string 44 --some-messages testpb.AMessage (json) (repeated) 45 --str string 46 --strings strings 47 --timestamp timestamp (RFC 3339) 48 --u32 uint32 49 --u64 uint 50 --uints uints (default [])