You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/19 12:41:37 UTC

[GitHub] atsag commented on a change in pull request #4120: Vagrant documentation improvement

atsag commented on a change in pull request #4120: Vagrant documentation improvement
URL: https://github.com/apache/incubator-openwhisk/pull/4120#discussion_r234603801
 
 

 ##########
 File path: tools/vagrant/README.md
 ##########
 @@ -131,7 +135,10 @@ Vagrant installation is self-signed. Alternatively, you can configure your
 _apihost_ to use the non-SSL interface:
 
 ```
+# Non-Windows systems:
 wsk property set --apihost http://192.168.33.16:10001 --auth `vagrant ssh -- cat openwhisk/ansible/files/auth.guest`
+# Windows systems (Powershell):
+wsk property set --apihost http://192.168.33.16:10001 --auth $(vagrant ssh -- cat openwhisk/ansible/files/auth.guest)
 
 Review comment:
   OK, though changed the wording to imply that Powershell should be used when the deployment is hosted in Windows (as the default cmd prompt won't correctly substitute the result of expressions).

----------------------------------------------------------------
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