pritidesai commented on issue #803: Report - Parameters in JSON form
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/803#issuecomment-373470212
 
 
   thanks @ScottChapman, couple of questions:
   
   1. is `USER_NAME` an env. variable?
   2. Do you expect *only* a list of env. variables under `configuration`?
   3. For the above mentioned manifest.yaml sample, would it produce something 
like:
   
   ```
   configuration:
        USERNAME:
                type: string
                description: "The User Name"
                required: true
                default:
        PASSWORD:
                type: string
                description: "The password"
                required: true
                default:
        MISSING_ENV_VAR:
                type: string
                description: "Missing env. variable"
                required: true
                default:
   ```
   
   4. I think we cannot derive description of an env. variable, we could add 
the list of input parameters which uses that env. variable, thoughts?

----------------------------------------------------------------
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

Reply via email to