-
Notifications
You must be signed in to change notification settings - Fork 146
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
pkg: auto-mode/debug-mode #813
base: master
Are you sure you want to change the base?
Conversation
but what good is a template that doesn't run correctly? What is the gain in it running with an error in it? I am struggling for the use case here. |
According to the discussion in #404 it seems we want a docker like method of continuing the template even if a command fails. Correct me if I'm wrong. |
per my reading of #404 @michael-o was saying to halt the template IF there is a missing parameter that the process halts and throws an error. NOT to cause the process to continue. @michael-o am I misreading that issue? |
Yes, totally correct, but I don't see any relation to this PR.... |
Implement "auto" mode -a (will start the jail automatically if it is stopped)
Implement "debug" mode -x (will show commands and their output)