Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

As a user, I want to know the version of all registry app components via the command-line #185

Closed
2 tasks done
jordanpadams opened this issue Aug 28, 2021 · 3 comments
Closed
2 tasks done

Comments

@jordanpadams
Copy link
Member

jordanpadams commented Aug 28, 2021

馃挭 Motivation

...so that I can easily trace the version I am using.

馃摉 Additional Details

鈿栵笍 Acceptance Criteria

Given installation of harvest and registry-mgr
When I perform a -V or --version on the command-line
Then I expect the component version information to be returned

鈿欙笍 Engineering Details

  • Harvest
  • Registry-mgr
@tdddblog
Copy link
Contributor

tdddblog commented Sep 8, 2021

In Harvest -v is used to setup log verbosity. Could be confusing to use both -V and -v. All other flags have single dash in front of them, like -c, -f. For consistency I will use -version flag. I can do --version also.

@jordanpadams
Copy link
Member Author

@tdddblog are we sure it doesn't support long options? From the docs summary it looks to support --etc> the only reason I mention it is all our other tools (e.g. validate) use -- for long options. Id like to stay consistent of we can? If not, not a huge deal.

@jordanpadams
Copy link
Member Author

closed per NASA-PDS/harvest#63 and NASA-PDS/registry-mgr#32

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

No branches or pull requests

3 participants