strider icon indicating copy to clipboard operation
strider copied to clipboard

Add a --auto-teardown complementary flag --save-on-failure

Open mpdehaan opened this issue 9 years ago • 0 comments

--auto-teardown will remove the instance if successfully baked and only works with --bake.

We should add a flag --teardown-requires-success which only tears down the baking machine if it was successful, for debugging (which would also be used with the above flag).

Or maybe rename the flags to make this more clear, or give the flag a string mode, like --teardown-mode=on-success|on-failure|always or something

mpdehaan avatar Aug 21 '15 22:08 mpdehaan