When I create a release with Octopus and try to skip a step that is a parent step, it tells me “No step/action named ‘Slow Deploy’ could be found when deploying to environment”
Octo.exe create-release --project=Josh --version 1.0.0.46 --releasenotes=“testing” --deployto=Local --server myserver --apiKey “” --skip=“Slow Deploy”