ScottChapman commented on issue #803: Report - Parameters in JSON form URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/803#issuecomment-373389789 My recommendation would be to come up with some explicit notation rather than rely on trying to figure out what is necessary from the file. For example, I think you could have a configuration section like: ``` configuration: USER_NAME: type: string description: "The User Name" required: true default: ``` And the parameters could be satisfied by environment variable or CLI argument.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
