contraband / autopilot

cf plugin for hands-off, zero downtime application deploys
Apache License 2.0
130 stars 42 forks source link

If appname isn't specified, autopilot gives an error about missing manifest #32

Open yozlet opened 8 years ago

yozlet commented 8 years ago
$ 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.