openwhisk-cli
openwhisk-cli copied to clipboard
Support CORS simple boolean setting when creating an api
Add a new flag --cors true|false
to the wsk api create
command that indicates if CORS support should be handled by the API GW or not. When false
CORS related requests can be explicitly handled by a web action.