contraband / autopilot

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

support similar options as `cf push` command #51

Open prasad-marne opened 6 years ago

prasad-marne commented 6 years ago

Hi, I was trying to deploy app to Cloud Foundry using Buildpack URI cf push -f manifest.yml -b https://github.com/cloudfoundry/java-buildpack.git Then i tried to achieve similar result using autopilot plugin. But it seems there is no way to give options used by cf push. Is this something you will consider in the future? or it is not possible to achieve via this plugin?

JoHuang commented 6 years ago

Hi,

I'm using --vars-file when pushing. I got the same issue.

davewalter commented 6 years ago

The ability to specify a stack would also be helpful.