-
Notifications
You must be signed in to change notification settings - Fork 15
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
FR: Cromshell support for non-interactive setup #224
Comments
Cromshell just creates a dot folder in the user's home directory and stores settings in there. Is there a reason you can't query and update the dotfile that contains the server info? |
We can manually work around this by writing the However Happy to submit a PR for either approach. |
The documentation should definitely be updated.
I'm a dummy and misunderstood your question. Yeah - this is a good idea. |
sounds like a sub-command (e.g. @bshifaw thoughts? |
cromshell2.0 creates a config file if it doesn't find it and asks the user to update it, which can also be updated via |
We can place that under "community feature requests" then. |
I just want to be clear on the original request; I'm unclear how we landed on the The original request is to be able to set the URL for Cromshell programmatically and not interactively. Today with cromshell on the master branch, when you run the "update-server" command, the following gets executed:
I'd like to be able to call:
and not go through any prompts. |
@mbookman Yup - I got it. I think we need both commands / options. |
in order to use cromshell, I need to at some point interactively run cromshell to answer a few questions.
The only question that actually needs to be answered is what the Cromwell server URL is; the other prompts are simply confirmation dialogs.
It should be possible to call:
For example:
The text was updated successfully, but these errors were encountered: