Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files support #2

Open
gberche-orange opened this issue Oct 16, 2019 · 0 comments
Open

Add files support #2

gberche-orange opened this issue Oct 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@gberche-orange
Copy link
Member

gberche-orange commented Oct 16, 2019

  • 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"
@poblin-orange poblin-orange added the enhancement New feature or request label Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants