ScottChapman commented on issue #803: Report - Parameters in JSON form
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/803#issuecomment-373472634
 
 
   `USERNAME` in this case is just a configuration parameter. I think the way 
this would work is your code would look for values (in order):
   
   1. take default value
   2. take ENV VAR value
   3. take CLI parameter value
   
   If at the end of that, if the parameter is required you would generate an 
error. 
   
   Does that make sense?

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