-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
distinguish start-the-service from service-specific tools #334
Comments
See here for a concrete example of how cludgy the current interface becomes. ...or maybe I am simply missing some elegant different usage pattern? |
Hmm, I see your point. If It would probably become:
Is that a significant improvement? |
The command-line application
atomic-server
is mainly a daemon: When executed without options, it opens a port for an Atomic Server, without exiting to the shell.Samme application also contains service house-keeping functionalities, e.g. to reset admin password.
It is confusing, however, that
atomic-server --initialize
does not only do what is documented but also starts a daemon.My expectation is that when requesting a functional option then that function is executed instead of the default of running as a service.
An alternative (and my earlier expectation) would be to provide a separate command-line for non-service-starting functions.
Or rephrased: Seems impossible to e.g. reset password without starting service.
The text was updated successfully, but these errors were encountered: