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/10/04 04:49:34 UTC

[GitHub] csantanapr closed pull request #254: Update README.md to document third argument to installCatalog.sh

csantanapr closed pull request #254: Update README.md to document third argument to installCatalog.sh
URL: https://github.com/apache/incubator-openwhisk-catalog/pull/254
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index 698b6d3..fd467dc 100644
--- a/README.md
+++ b/README.md
@@ -42,12 +42,12 @@ for information about how to browse the catalog by using the command line tool.
 We should be able to run the script [packages/installCatalog.sh](packages/installCatalog.sh) to install the catalog like:
 
 ```
-./packages/installCatalog.sh [catalog_auth_key] [api_host]
+./packages/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 third argument `cli_path` is the full path to the `wsk` cli executable.
 
 ## Existing packages in catalog
 


 

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