Closed jmcarp closed 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.
Autopilot renames
application-to-replace
but pushes all applications in the specified manifest. So if my manifest includesapp-a
andapp-b
, runningcf zero-downtime-deploy app-a -f manifest.yml
will deployapp-a
without downtime, butapp-b
with downtime. Users can work around this by keeping each application in its own manifest, but it should be simple enough to support this use case in autopilot by passing the application name tocf push
.