mrutkows commented on issue #468: Adding unit tests for whiskclient
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/468#issuecomment-328659455
 
 
   The order for credentials should be
   1) Command line... should override anything in static Deployment or Manifest 
YAML files.  That is, the user has taken a manual action to supply the latest 
values.
   2) Deployment file overrides Manifest values
   3) Last default is Manifest file
   4) .wskprops, (NOT whisk.properties, this SHOULD NEVER be used directly).  
See 
[https://github.com/apache/incubator-openwhisk/blob/master/docs/cli.md](https://github.com/apache/incubator-openwhisk/blob/master/docs/cli.md),
 Here it is ONLY used by someone setting up .wskprops to help them locate the 
APIHOST.  It should NEVER be used by the CLI or wskdeploy directly.
   5) IFF interactive mode is enabled, then we can prompt for any missing 
(required) values.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to