usagov / test-at-home

Other
8 stars 4 forks source link

Support passing additional arguments to cf push #276

Closed rahearn closed 2 years ago

rahearn commented 2 years ago

Used for now to ensure that prod apps do not get default routes associated with them.

Once live, they will stay on for the backup-config

closes #269

hartsick commented 2 years ago

Just placing documentation for --no-route here: https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-attributes.html#no-route

@rahearn just to confirm, this means we will have no way of visiting production applications but will be able to visit staging, correct? or are there default CF routes applied to prod?

rahearn commented 2 years ago

this means we will have no way of visiting production applications but will be able to visit staging

correct --no-routes strips off all routes. we can manually add a route to a prod instance if we really needed to get back into it