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'
   
   ![Screen Shot 2020-03-17 at 11 14 43 
AM](https://user-images.githubusercontent.com/3231084/76870771-84987100-6840-11ea-8f91-a6460f86c1b6.png)
   
   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]


Reply via email to