Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make gaiacli version --long include the cosmos SDK version. #7835

Closed
4 tasks
ValarDragon opened this issue Nov 6, 2020 · 0 comments · Fixed by #7848
Closed
4 tasks

Make gaiacli version --long include the cosmos SDK version. #7835

ValarDragon opened this issue Nov 6, 2020 · 0 comments · Fixed by #7848
Assignees

Comments

@ValarDragon
Copy link
Contributor

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

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
alessio pushed a commit that referenced this issue Nov 9, 2020
The output of the version --long command now shows
the list of build dependencies.

From: #7848
Closes: #7835
alessio pushed a commit that referenced this issue Nov 9, 2020
The output of the version --long command now shows
the list of build dependencies.

From: #7848
Closes: #7835
@alessio alessio self-assigned this Nov 9, 2020
alessio pushed a commit that referenced this issue Nov 10, 2020
The output of the version --long command now shows
the list of build dependencies.

From: #7848
Closes: #7835
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants