ParameterHandler icon indicating copy to clipboard operation
ParameterHandler copied to clipboard

Add support for instructional comments per file

Open jenschude opened this issue 9 years ago • 0 comments

At the moment when running the buildParameters script you get this advice:

Creating the "<file>" file
Some parameters are missing. Please provide them.

A nice to have to be able to configure the output per file. E.g.:

  "extra": {
    "incenteev-parameters": [
      {
        "file": "file.yml",
        "comment": "Login to your account and provide the API credentials here",
        ...
     }
    ]
  }
'''

jenschude avatar Apr 11 '16 09:04 jenschude