We are using IBM Bluemix PaaS which is based on Cloud Foundry. We have been working in a DEV space for some time and have two apps and a dozen of services. Now we are in the phase of deploying a PROD version which should be very similiar to what we have in DEV. So instead of creating the PROD space manually, that includes creating apps, binding services, loading data etc., is there a easy way, or a CF command, that can allow us to simply clone the DEV space and rename it PROD?
Edit: I have confirmed with some Bluemix experts from within IBM, and it is not possible to clone the entire space. However, pushing apps to multiple spaces is doable using DevOp Build & Deploy or Delivery Pipeline service. Manifest.yml can also help like the comment says below. Services associated to the app will have to be re-created manually in new spaces.