We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c27aa commit d8f7df3Copy full SHA for d8f7df3
README.md
@@ -1,13 +1,17 @@
1
# store-functions
2
3
-Common CLIs packaged with a HTTP interface
+Common CLIs packaged in containers with a HTTP interface
4
5
About these functions:
6
7
* They are multi-arch - for `armhf`, `arm64` and `x86_64`
8
* They are built with `faas-cli`
9
* They are built and published to GHCR as container images to avoid the Docker Hub's rate limits
10
11
+You may also like the bash template for OpenFaaS, so you can perform multiple tasks with CLIs or call your scripts over HTTPS.
12
+
13
+* [Bash streaming templates](https://github.com/alexellis/openfaas-streaming-templates#example-with-bash)
14
15
## Using the functions
16
17
### With OpenFaaS
0 commit comments