I am trying to push my deployment to multiple organization space in one cf push could you please let me know whether there is any single command to do so using cf push?
cf push ....
Is there any option to provide in manifest.yml file?
I am trying to push my deployment to multiple organization space in one cf push could you please let me know whether there is any single command to do so using cf push?
cf push ....
Is there any option to provide in manifest.yml file?
No
cf pushworks on given target only. For your use case, a thetargetsplugin may help. Plugins are available on https://plugins.cloudfoundry.org. You still will need some shell scripting to achieve your goal.