You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/15 18:51:15 UTC

[GitHub] pritidesai commented on a change in pull request #489: WIP: Update guide, add debugging and configuring markdown.

pritidesai commented on a change in pull request #489: WIP: Update guide, add debugging and configuring markdown.
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/489#discussion_r139224467
 
 

 ##########
 File path: docs/wskdeploy_configuring.md
 ##########
 @@ -0,0 +1,43 @@
+# Configuring ```wskdeploy```
+
+At minimum, the wskdeploy utility needs valid OpenWhisk APIHOST and AUTH variable to attempt deployment. In this case the default target namespace is assumed; otherwise, NAMESPACE also needs to be provided.
+
+## Precedence order
+
+Wskdeploy attempts to find these values in the following order:
+
+1. **Command line**
+
+Values supplied on the command line using the ```apihost```, ```auth``` and ```namespace``` flags will override values supplied elsewhere (below).
+
+for example the following flags can be used:
+
+```
+$ wskdeploy --apihost <host> --auth <auth> --namespace <namespace>
+```
+
+Command line is considered highes in precedence since it is an intenional user action to override with the latest values.
 
 Review comment:
   highes = highest
 
----------------------------------------------------------------
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