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/26 13:24:07 UTC

[GitHub] GabrielNicolasAvellaneda opened a new issue #2806: wsk cli is not retaining .wskprop file formatting after setting properties

GabrielNicolasAvellaneda opened a new issue #2806: wsk cli is not retaining .wskprop file formatting after setting properties
URL: https://github.com/apache/incubator-openwhisk/issues/2806
 
 
   ```bash
   developer@ubuntu:~/openwhisk$ cat ~/.wskprops 
   # Bellow is an empty line and then we set the namespace
   
   NAMESPACE=my-namespace # This is an inline comment
   
   # This API host is for the dev environment
   APIHOST=http://dev.openwhisk.local:10001
   
   developer@ubuntu:~/openwhisk$ bin/wsk property set --apihost http://test.openwhisk.local:10001
   ok: whisk API host set to http://test.openwhisk.local:10001
   
   developer@ubuntu:~/openwhisk$ cat ~/.wskprops 
   APIHOST=http://test.openwhisk.local:10001
   NAMESPACE=my-namespace # This is an inline comment
   ```
 
----------------------------------------------------------------
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