style95 opened a new pull request #1092: Remove misleading web-export key
URL: https://github.com/apache/openwhisk-wskdeploy/pull/1092
 
 
   `web-export(key)` is being interchangeably used with `web` in `wskdeploy`.
   On the other hand, it is differently used in `wsk` cli.
   
   For example, if the `web` flag enabled OW will make the action as a web 
action and enable the `final` flag. To avoid the use of protected parameters, 
users can configure two annotations, `web-export(true)` and `final(false)` flag.
   
   But with `wskdeploy`, `web-export` is also being used as a top key of 
actions and it enables the `final` flag all the time.
   
   Even if users still can control this with annotations, I think it is 
misleading to have the same option in two different places with two different 
meanings.
   
   So I removed the top-level one.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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