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/03/20 20:40:45 UTC

[GitHub] pritidesai commented on issue #811: Deprecating WithinOpenWhisk flag

pritidesai commented on issue #811: Deprecating WithinOpenWhisk flag
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/811#issuecomment-374748897
 
 
   @mrutkows based on the `exec` command from [package deploy](https://github.com/apache/incubator-openwhisk-package-deploy/blob/7e5bbeaa0c2e01c2b3a0bf66550f4d97fd1774eb/packages/actions/lib/common.js#L34), `wskdeploy` is running with:
   
   ```
   command = `printf 'y' | ${__dirname}/../../wskdeploy -v -m ${manifestFileName} --auth ${wskAuth} --apihost ${wskApiHost}`;
   ```
   
   Such as:
   
   ```
   printf 'y' | /nodejsAction/SNbFbbD4/lib/../../wskdeploy -v -m manifest.yaml --auth <my-auth> --apihost https://172.17.0.1:443",
   ```
   
   @beemarie please confirm.

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