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

Fix Admin CLI usage info #908

Closed
wajda opened this issue Jun 23, 2021 · 0 comments
Closed

Fix Admin CLI usage info #908

wajda opened this issue Jun 23, 2021 · 0 comments

Comments

@wajda
Copy link
Contributor

wajda commented Jun 23, 2021

Currently running Admin CLI with --help prints this:

Usage: Spline Admin CLI [db-init|db-upgrade|db-exec] [options] <args>...

It should print a correct usage example depending if it is run as a Java command or a disposable docker container. E.g.:

Usage: docker run -it --rm [db-init|db-upgrade|db-exec] [options] <args>...
- or -
Usage: java -jar admin-X.Y.Z.jar [db-init|db-upgrade|db-exec] [options] <args>...
@wajda wajda added this to the 0.6.1 milestone Jun 23, 2021
wajda added a commit that referenced this issue Jun 29, 2021
@wajda wajda self-assigned this Jun 29, 2021
wajda added a commit that referenced this issue Jun 30, 2021
@wajda wajda closed this as completed Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant