-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cruft deployment with no user prompts #720
base: dev
Are you sure you want to change the base?
Conversation
Is it possible to provide a (partial) configuration via list of parameters as part of the For example,
|
I tested the promptless deployment as instructed in the new docs, and it worked as expected. I also pulled the branch and verified the new tests pass. |
The failing mypy tests should be resolved after rebasing on dev. |
Yes it is possible to skip the prompts while overriding the defaults. Use |
Nice! I confirmed that works. Can we add it to the documentation? Can we also suggest the user may want to put their deployment config in a file and provide it like this:
|
Tests for bypassing cruft prompts as specified in #680. The "Running Dioptra" doc has been updated to include the prompt-less cruft invocation.