You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@rabbah If this makes sense please assign this to me. Thanks!
The text was updated successfully, but these errors were encountered:
GabrielNicolasAvellaneda
changed the title
wsk cli is not retaining .wskprop file formatting after setting properties
wsk cli is not retaining .wskprops file formatting after setting properties
Sep 26, 2017
@rabbah If this makes sense please assign this to me. Thanks!
The text was updated successfully, but these errors were encountered: