mirror of https://github.com/knative/func.git
* feat: adds a `func environment` command Adds `func environment` to print the current function execution environment as JSON. See: https://github.com/knative/func/discussions/1676 Signed-off-by: Lance Ball <lball@redhat.com> * fixup Signed-off-by: Lance Ball <lball@redhat.com> * fixup: add environment variables Signed-off-by: Lance Ball <lball@redhat.com> * fixup: add cluster host Signed-off-by: Lance Ball <lball@redhat.com> * fixup: review feedback Signed-off-by: Lance Ball <lball@redhat.com> --------- Signed-off-by: Lance Ball <lball@redhat.com> |
||
---|---|---|
.. | ||
building-functions | ||
function-templates | ||
generator | ||
language-packs | ||
reference | ||
CONTRIBUTING.md | ||
README.md | ||
integrators_guide.md |
README.md
Knative Functions
func
is a Client Library and CLI for enabling the development of platform-agnostic functions.
Functions can be written in the following languages using built-in templates:
- Go (Golang)
- Node.js (JavaScript)
- Quarkus (Java)
- SpringBoot (Java)
- Python
- Rust
Functions can be deployed on the following platforms:
- Kubernetes
- OpenShift
- Localhost
Function Installation, Development and Integration
Install the latest CLI Function Quickstart Function Developer's Guide Function Integrator's Guide.
Contributing
We are always looking for contributions to the project from the Function Developer community. For more information on how to participate, see the Contributing Guide