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

get version from command line #8

Open
edgano opened this issue Sep 23, 2022 · 1 comment
Open

get version from command line #8

edgano opened this issue Sep 23, 2022 · 1 comment

Comments

@edgano
Copy link

edgano commented Sep 23, 2022

is it possible to get the version from command line? -v --version ?
It will help reproducibility

@mwhamgenomics
Copy link

I've been using this recently and found that even though there's no --version, the relevant information is still contained in the JAR file:

$ unzip -p ega-cryptor-2.0.0.jar META-INF/maven/uk.ac.ebi.ega/ega-cryptor/pom.properties | grep version
version=2.0.0

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

No branches or pull requests

2 participants