``` $ cf zero-downtime-push -f manifest-staging.yml error: a manifest is required to push this application ``` Ideally, autopilot should check the manifest to see if the app name is specified there, just as `cf push` does. At the very least, the error should be fixed to explain the real problem.
Ideally, autopilot should check the manifest to see if the app name is specified there, just as
cf pushdoes.At the very least, the error should be fixed to explain the real problem.