James Dubee
James Dubee
For example, `wsk action list` will display 30 actions by default. I should be able to save a non-default value for the limit in wskprops allowing `wsk action list` to...
There should be documentation on how to use the CLI that lives in this repo. Perhaps move the related CLI docs from https://github.com/apache/incubator-openwhisk/tree/master/docs.
When a trigger without active or associated rule(s) is fired, an activation ID is not returned from an OpenWhisk server. These changes display an appropriate message when such an scenario...
Executing a trigger returns an activation ID only when there is rule linked to the trigger. As a result, the CLI should not display `with id` when an activation ID...
When calling `wsk rule list`, an error can occur if a listed rule is deleted by the time the command fetches the status of that rule. We should just omit...
When running a Cordova app with CrossWalk installed the app will crash. The error is provided below. E/SysUtils: ApplicationContext is null in ApplicationStatus E/ApkAssets: Error while loading asset assets/icudtl.dat: java.io.FileNotFoundException:...
Consumers should not all be started at the same time when the provider starts as this may result in throttling.
This repo should use Gogradle to do builds with like incubator-openwhisk-cli does. All other build methods should be removed.
This repo should have information detailing how to build the Go client locally. For instance, incubator-openwhisk-cli has a section in the README.md file explaining the build process (https://github.com/apache/incubator-openwhisk-cli#how-to-use-the-binary).
From @starpit we should also consider switching to the needle package, as we did for the openwhisk npm. needle has proven to have much faster (and much better outlier) startup...