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
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Add a new CLI subcommand to print current version, ie. dep version.
Rationale:
When submitting new issue to this project, users are asked to provide a dep version via:
What dep (git describe --tags) are you using?
The above requirement is just silly. Users have to go to the git repository and run git describe --tags instead of just simply running dep --version. It kinda works, but only if their dep binary matches the HEAD of their git repository. Also, what are users supposed to do if they install dep via brew?
The subcommand should be a simple addition with a good impact on this project. Similar to go version or docker version.
The text was updated successfully, but these errors were encountered:
Add a new CLI subcommand to print current version, ie.
dep version
.Rationale:
When submitting new issue to this project, users are asked to provide a
dep version
via:The above requirement is just silly. Users have to go to the git repository and run
git describe --tags
instead of just simply runningdep --version
. It kinda works, but only if theirdep
binary matches theHEAD
of their git repository. Also, what are users supposed to do if they installdep
via brew?The subcommand should be a simple addition with a good impact on this project. Similar to
go version
ordocker version
.The text was updated successfully, but these errors were encountered: