func/docs
Lance Ball fea4a72734
feat: adds a `func environment` command (#1761)
* 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>
2023-05-31 12:36:35 +00:00
..
building-functions doc: refer specific verision of Tekton not latest (#1669) 2023-04-05 16:51:38 +00:00
function-templates docs: add preliminary document for function lifecycles (#1654) 2023-04-25 06:07:44 +00:00
generator chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
language-packs docs: update broken links in docs to command.txt and command.md (#1613) 2023-03-10 17:50:24 +00:00
reference feat: adds a `func environment` command (#1761) 2023-05-31 12:36:35 +00:00
CONTRIBUTING.md chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
README.md documentation: remove old docs and restructure (#1430) 2022-11-16 05:52:36 +00:00
integrators_guide.md documentation: remove old docs and restructure (#1430) 2022-11-16 05:52:36 +00:00

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