2 Feature Requests
1. I'd like the ability to STOP a deployment if a step was successful.
Scenario: Attempting to run multiple steps in order, but only care for the details on whichever is successful so then stop after that.
2. I'd like the ability to skip X number of steps if a step was successful.
Scenario: Trying to uninstall something that requires a password, but we want to try 5 different passwords (5 different steps), if one of them comes back successful, I'd like to skip to the 6th step to do the uninstall.
Comments