To create scripted windows based environments, performing the steps in the service console from the command line would be a great help.
Is it possible to perform the following actions from the command line?
- Configure service settings
- Setup app (extract mda, create settings.yaml, download correct runtime version)
- Configure DB settings
- Start/Stop the application
If we can script these steps, is there any documentation?
Some context of what we're trying to achieve:
We have a working setup creating temporary test environments to run our automated tests in docker using a modified cf-buildpack dockerfile and jenkins.
This runs fine in linux, but we'd like to be able to create a windows-based container that allows running such temporary test environments.