You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/15 18:03:29 UTC

[GitHub] pritidesai commented on issue #803: Report - Parameters in JSON form

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 needed 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:
users@infra.apache.org


With regards,
Apache Git Services