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
Make gaiacli version --long include the cosmos SDK version. (In a way that can generalize to other CLI binaries as well)
Problem Definition
Adding this feature would expedite speed of debugging errors observed in the CLI. The workflow for me at the moment is to load the CLI tagged version, and check the go.mod to find the SDK version.
Proposal
Perhaps this would require reading the go.mod file, and parsing the version from it.
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:
Summary
Make
gaiacli version --long
include the cosmos SDK version. (In a way that can generalize to other CLI binaries as well)Problem Definition
Adding this feature would expedite speed of debugging errors observed in the CLI. The workflow for me at the moment is to load the CLI tagged version, and check the go.mod to find the SDK version.
Proposal
Perhaps this would require reading the go.mod file, and parsing the version from it.
For Admin Use
The text was updated successfully, but these errors were encountered: