Priti Desai

Results 63 issues of Priti Desai

Like @mrutkows commented in a PR #983, we need a way to validate changes at the API level. Please add a test in `wskdeploy` to verify changes against runtimes.json.

After go client is upgraded to use platform independent library to determine the home directory (see issue # https://github.com/apache/incubator-openwhisk-client-go/issues/108), update whisk deploy to adopt those changes. Also, @mrutkows and I...

@Juice10 added a great feature where `wskdeploy` CLI can be downloaded through `brew`. We need an automation to update `brew` so that whenever `wskdeploy` release is created, a new binary...

enhancement
priority: medium
build

![image](https://user-images.githubusercontent.com/206285/48033034-93302d80-e10e-11e8-8923-1083f0f83e4c.png) ![image](https://user-images.githubusercontent.com/206285/48033078-bc50be00-e10e-11e8-971e-8f5015bf68d2.png) ![image](https://user-images.githubusercontent.com/206285/48033102-d8ecf600-e10e-11e8-9f27-b58a77220b55.png) ![image](https://user-images.githubusercontent.com/206285/48033126-ee622000-e10e-11e8-9e48-e91ba27653f7.png)

Dev Advocates have to send folks during conferences workshop or labs directly to readme, instead lets add a section on how to download and install `wskdeploy` which can be shared...

`wskdeploy` supports auth, host, api on CLI: ``` Flags: --apihost HOST whisk API HOST --apiversion VERSION whisk API VERSION -u, --auth KEY authorization KEY -c, --cert string path of the...

There has been an ask to include some generic preprocessing shell commands to execute before creating an action. We can add an option in manifest YAML to include such commands...

https://github.com/apache/incubator-openwhisk-wskdeploy/tree/master/tests/src/integration/managed-deployment has many different test cases in one single integration test. It causes random build failures, please break it down into multiple different tests to avoid such build failures. I...

Scott Chapman reported that the inputs/params are not deleted while updating action even the inputs are deleted from deployment file, I wrote a simple test case: manifest.yaml: ``` packages: default:...

Addressing @rabbah's comment here, please see if its possible to add unit test for this PR: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/943

priority: low
tests: unit