pritidesai opened a new issue #920: produce warnings for env. variable outside 
of inputs section?
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/920
 
 
   With adding new concept of inputs section in manifest/deployment file, whisk 
deploy produces failure in case of an input is required but its value (env. 
variable) is not set. With this new functionality, there is no need for 
producing this kind of warning:
   
   ```
   wskprint.PrintlnOpenWhiskWarning("Missing Environment Variable " + substr + 
".")
   ```
   
   I have disabled this warning, the only catch is when a variable is 
referenced `$USERNAME` in manifest/deployment but not defined under `inputs` 
section and not set in env. will go without noticing or producing any warning. 
Should we assume that this kind of usage is no longer supported?
   

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


With regards,
Apache Git Services

Reply via email to