properties:
scripting.files
description: a set of files that would be written to file system
example: |
files:
- path: "sample.yml"
content: "martin: {name: Martin Developer, job: Developer, skill: Elite}"
permissions: "444"
- path: "registerBroker.bash"
content: |
#!/bin/bash
cf service-brokers
cf help -a
permissions: "555"
generic-scripting-releaseto automate some processing,manifest.ymlwithout the shell scripting and escaping burdengeneric-scripting-releaseto support files such as: