Change the CLI to fail if the --skip step name does not exist
When our Azure DevOps build runs it does a deployment to our Dev environment and specifies step names to skip with the Octopus CLI and the --skip argument. However there is nothing stopping someone from renaming the step in the Octopus process which then means we're no longer skipping the step. I would prefer that the Octopus CLI fail when doing a deployment with a --skip step name that does not exist in the process.
1
vote
