contraband / autopilot

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

Failure when app does not already exist #14

Closed RochesterinNYC closed 8 years ago

RochesterinNYC commented 8 years ago

Autopilot seems to assume that your app already exists. If you try to run it with an app that does not already exist, the following error occurs:

$ cf zero-downtime-push new-app -f manifest.yml -p .
FAILED
App new-app not found
error: Error executing cli core command

Unsure if this is actually intended behavior (considering not having the app exist might be considered a fringe case) or a bug.

concourse-bot commented 8 years ago

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

xoebus commented 8 years ago

Should be fixed now on master.