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

need a version command to return the skeletal app version #7

Closed
cbmarcum opened this issue Aug 31, 2022 · 2 comments
Closed

need a version command to return the skeletal app version #7

cbmarcum opened this issue Aug 31, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@cbmarcum
Copy link
Owner

current:
$ skeletal version
There is no command 'version'

proposed:
$ skeletal version
Skeletal 0.12.0

@cbmarcum cbmarcum self-assigned this Aug 31, 2022
@cbmarcum cbmarcum added the enhancement New feature or request label Aug 31, 2022
@cbmarcum
Copy link
Owner Author

cbmarcum commented Sep 6, 2022

Some good ideas here

@cbmarcum
Copy link
Owner Author

use the getClass().getPackage().getImplementationVersion() method to extract it from the jar manifest and this works for the application and integration tests and doesn't require creating property files.

cbmarcum added a commit that referenced this issue Feb 12, 2023
update documentation for new version command
fix create missing user profile on config change
add version command integration tests

Refs: #7, #42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant