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/17 11:44:35 UTC

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

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

 ##########
 File path: tools/vagrant/README.md
 ##########
 @@ -116,7 +116,11 @@ deployment and run the "echo" action again to test. The following commands
 assume that you have `wsk` setup correctly in your PATH.
 ```
 # Set your OpenWhisk Authorization Key.
+
+# Non-Windows systems:
 wsk property set --apihost 192.168.33.16 --auth `vagrant ssh -- cat openwhisk/ansible/files/auth.guest`
+# Windows systems (Powershell):
+wsk property set --apihost 192.168.33.16 --auth $(vagrant ssh -- cat openwhisk/ansible/files/auth.guest)
 
 Review comment:
   Using $(....) should work on Linux and Mac, have the same command for all 

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