cf-puppeteer icon indicating copy to clipboard operation
cf-puppeteer copied to clipboard

CF-Puppeteer is a zero-downtime deployment plugin bases on autopilot

Results 4 cf-puppeteer issues
Sort by recently updated
recently updated
newest added

I've encountered an issue while trying various route paths (paths that used to work with the old contraband autopilot) Here's my example: `cf zero-downtime-push armada-liquid -f pcf2/manifest.yaml --legacy-push --vars-file pcf2/vars-uat.yaml...

bug
feature

I have deployed `nginx` as it's own CloudFoundry app to front another web app (as a reverse proxy). I am connecting `nginx` via the "internal" [`network-policy`](https://cli.cloudfoundry.org/en-US/cf/add-network-policy.html) to an internal route...

feature

Right now its not possible to use multi manifest files correct. All application information will be used from the first application cf-puppeteer can find in the manifest file. The plugin...

@HappyTobi Thanks for help with --legacy-push. We are using that and it looks good so far! I wanted to upgrade my manifest since the old syntax is deprecated. This is...