This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new a8d03acdc docs: add the lost part to openwhisk doc (#7658)
a8d03acdc is described below
commit a8d03acdc1f7253960ede56a580487fc5219e9d6
Author: monkeyDluffy6017 <[email protected]>
AuthorDate: Sun Aug 14 19:59:10 2022 +0800
docs: add the lost part to openwhisk doc (#7658)
---
docs/en/latest/plugins/openwhisk.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/en/latest/plugins/openwhisk.md
b/docs/en/latest/plugins/openwhisk.md
index fc60565ad..7de452ea5 100644
--- a/docs/en/latest/plugins/openwhisk.md
+++ b/docs/en/latest/plugins/openwhisk.md
@@ -69,6 +69,10 @@ docker run --rm -d \
docker exec openwhisk waitready
```
+Install the [openwhisk-cli](https://github.com/apache/openwhisk-cli) utility.
+
+You can download the released executable binaries wsk for Linux systems from
the [openwhisk-cli](https://github.com/apache/openwhisk-cli) repository.
+
You can then create an action to test:
```shell