You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gaiacli tx send has a separate --json flag to output a JSON response. In the rest of the SDK we use the --output flag to induce this behavior. We should switch to using that flag in the tx send command.
Steps to Reproduce
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
@alessio this would not block launch, but a through review of the CLI and updating of commands to respect standard flags is something I would really like to see prelaunch
* remove --json flag from all commands and CLIContext
gaiad tendermint show-{address,validator} now take --machine-parseable/-m
for machine parseable output.
Closes: #3249
* Revert machine-parseable thing
Summary of Bug
gaiacli tx send
has a separate--json
flag to output a JSON response. In the rest of the SDK we use the--output
flag to induce this behavior. We should switch to using that flag in the tx send command.Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: