dylandepass opened a new pull request #70: URL: https://github.com/apache/openwhisk-composer/pull/70
Currently if you try and use a boolean valued annotation with the deploy command the value is treated as a string and not a boolean. For example ``` deploy aio-tests-0.0.1/test-composer actions/test-composer/index.json -w --annotation web-export=true ``` Results in the web-export being set to 'true' and not the boolean value true. The web-export annotation does not work if the value is set to 'true'  This PR attempts to fix that. ---------------------------------------------------------------- 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: [email protected]
