pritidesai commented on issue #803: Report - Parameters in JSON form
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/803#issuecomment-373506109
 
 
   Thanks @ScottChapman for clarification this morning:
   
   We are looking for three features as part of this enhancement:
   
   1. Add a new section named `configuration` in manifest/deployment YAML file 
with:
   
   ```
   configuration:
        USER_NAME:
                type: string
                description: "The User Name"
                required: true
                default:
   ```
   
   2. Generate a report of all parameters after interpolating their values with 
(1) default value (2) Env. Variable (3) CLI (in order). This feature is mainly 
used by UI team to determine number of inputs (text boxes).
   
   3. Add a new flag `--param` in `wskdeploy` CLI to pass in any parameter 
values to any OW entity in manifest/deployment file.

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