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/01/24 13:22:48 UTC

[GitHub] shazron commented on a change in pull request #254: Update README.md to document third argument to installCatalog.sh

shazron commented on a change in pull request #254: Update README.md to document third argument to installCatalog.sh
URL: https://github.com/apache/incubator-openwhisk-catalog/pull/254#discussion_r163544389
 
 

 ##########
 File path: README.md
 ##########
 @@ -22,12 +22,12 @@ for information about how to browse the catalog by using the command line tool.
 We should be able to run the script installCatalog.sh to install the catalog like:
 
 ```
-./installCatalog.sh [catalog_auth_key] [api_host]
+./installCatalog.sh [catalog_auth_key] [api_host] [cli_path]
 ```
 
 The first argument `catalog_auth_key`, defines the secret key used to authenticate the openwhisk
 service. The second argument `api_host`, determines the location, where the openwhisk edge host is running,
-in the format of IP or hostname.
+in the format of IP or hostname. The second argument `cli_path` is the full path to to the `wsk` cli executable.
 
 Review comment:
   Oops, changing now.

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