openwhisk-cli icon indicating copy to clipboard operation
openwhisk-cli copied to clipboard

Apache OpenWhisk Command Line Interface (CLI)

Results 103 openwhisk-cli issues
Sort by recently updated
recently updated
newest added

If removed `-Xfatal-warnings` from settings.gradle, `WskCliActivationTests` test case would be successful. But if kept `-Xfatal-warnings` in settings.gradle, `WskCliActivationTests` test case would be failed. e.g. ``` ./gradlew --console=plain :tests:test --tests="system.basic.WskCliActivationTests" >...

Hello there, I am wondering if can set a http/https proxy for openwhisk-cli. I search document of repo:openwhisk and found there is some [related instruction](https://github.com/apache/openwhisk/blob/master/docs/cli.md#using-the-openwhisk-cli) for setting it. I set...

## Environment details: * local deployment, native ubuntu, Mac OS, Kubernetes, ... * version of docker, ubuntu, ... ## Steps to reproduce the issue: 1. Create .wskprops file with AUTH,...

Hello there I am trying to set up the OpenWhisk cli but this error occurs: `$ go build -o wsk` `# github.com/apache/openwhisk-cli/wski18n` `wski18n/i18n.go:98:16: undefined: Asset` Any suggestions? Thanks

But that is definitely not the final patch

On behalf of https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/I4gWtrPxBwAJ Related to https://github.com/apache/openwhisk-wskdeploy/issues/1130

On behalf of https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/I4gWtrPxBwAJ Related to https://github.com/apache/openwhisk-wskdeploy/issues/1130

Hi. I have applied such a patch - and it allowed to build, test the project: https://gist.github.com/advancedwebdeveloper/bda9cfc45c8e133464f5eea9a4f0e50e . @ianlancetaylor proposed such a benchmarking option: https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/uW9KN7AuFwAJ https://golang.org/pkg/testing/#B.ReportAllocs . I see such...