You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/08 03:04:09 UTC

[GitHub] rabbah opened a new issue #2720: cli is oblivous to protocol set for apihost

rabbah opened a new issue #2720: cli is oblivous to protocol set for apihost
URL: https://github.com/apache/incubator-openwhisk/issues/2720
 
 
   ```bash
   > wsk property set --apihost http://192.168.99.100
   > wsk action create t echo.js --web true
   ok: created action t
   > wsk action get t --url
   ok: got action t
   https://http://192.168.99.100/api/v1/web/guest/default/t
   ```
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services