You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a service author abusing the generic-scripting-release to automate some processing,
in order
to manage scripts that spawn many lines
to produce files such as cf manifest.yml without the shell scripting and escaping burden
I need the generic-scripting-release to support files such as:
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"
The text was updated successfully, but these errors were encountered:
generic-scripting-release
to automate some processing,manifest.yml
without the shell scripting and escaping burdengeneric-scripting-release
to support files such as:The text was updated successfully, but these errors were encountered: