cf push -f test.yml and cf push -f prod.yml?
Regards,
Dies Koper
--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit
https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/04af66ca-92da-4def-ab9e-f5c3d49b83c9%40cloudfoundry.org.
To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/C3E9EF18297CC8438A31E391B8AFF6742536C7E3%40SYD1217.
To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.
cf push -f manifest-child.yml myTestApp
Zoltan:You should be seeing two apps pushed, no? If the app name is the same in child and parent, CLI pushes app twice, create routes with the settings from both child and parent, and bind all routes to the app.So your parent/child manifests will end up with 1 app 'myTestApp', with 2 hosts 'myTestApp' and 'test-app' and 512M. Right?
Greg