Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Add dep version sub-command #983

Closed
VojtechVitek opened this issue Aug 9, 2017 · 2 comments
Closed

Add dep version sub-command #983

VojtechVitek opened this issue Aug 9, 2017 · 2 comments

Comments

@VojtechVitek
Copy link

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.

@sdboyer
Copy link
Member

sdboyer commented Aug 9, 2017

dup of #209 😄

@sdboyer sdboyer closed this as completed Aug 9, 2017
@sdboyer
Copy link
Member

sdboyer commented Aug 9, 2017

which isn't to say it's not important - i'm just waiting for someone to step up and help with the mechanics of it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants