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/06/11 12:42:29 UTC

[GitHub] rabbah opened a new issue #2358: wsk property get does not work if api host is not set

rabbah opened a new issue #2358: wsk property get does not work if api host is not set
URL: https://github.com/apache/incubator-openwhisk/issues/2358
 
 
   ```
   > WSK_CONFIG_FILE= wsk property get --all
   error: The API host is not valid: An API host must be provided.
   Run 'wsk --help' for usage.
   ```
   
   If I'm trying to get all the properties, I think the CLI should just show what is set and what isn't.
   
   Trying to override this:
   
   ```
   > WSK_CONFIG_FILE= wsk property get --all --apihost xxx
   whisk auth		
   whisk API host		
   whisk API version	v1
   whisk namespace		_
   whisk CLI version	2017-06-09T21:18:47+00:00
   whisk API build		Unknown
   whisk API build number	Unknown
   error: Unable to obtain API build information: Get openwhisk.ng.bluemix.net/v1: unsupported protocol scheme ""
   ```
   
   Seems to show there's a baked in reference to bluemix somewhere.
   
 
----------------------------------------------------------------
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