Knative Functions client API and CLI
Go to file
Zbynek Roubalik c036a77d37
fix version for release builds (#208)
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
2020-11-05 15:59:47 +01:00
.chglog actions: add CHANGELOG.md and a release target to Makefile (#45) 2020-07-28 09:14:45 -04:00
.github/workflows fix version for release builds (#208) 2020-11-05 15:59:47 +01:00
buildpacks feat: ability for users to specify custom builders (#147) 2020-10-05 10:29:51 -04:00
cmd feat: list command - improved output (#205) 2020-11-04 13:15:06 +01:00
docker src: use image digest (#175) 2020-10-19 11:43:50 +02:00
docs Add link to CLI installation in developer guide (#176) 2020-10-15 10:14:49 +02:00
k8s feat: decouple function name from function domain (#127) 2020-09-24 09:52:22 -04:00
knative feat: list command - improved output (#205) 2020-11-04 13:15:06 +01:00
mock feat: list command - improved output (#205) 2020-11-04 13:15:06 +01:00
plugin fix: root cmd init 2020-10-08 18:35:18 +02:00
progress fixup: remove unnecessary WithVerbose option from progressListener 2020-08-31 09:45:20 +09:00
prompt feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
templates fix: examples in readme 2020-10-20 19:37:40 +02:00
testdata feat: change default runtime to Node.js HTTP (#198) 2020-11-02 09:27:31 -05:00
.dockerignore ignore local bin for docker image 2020-07-08 02:46:51 +00:00
.gitignore chore: ignore vscode files (#153) 2020-10-06 21:23:36 +02:00
.golangci.yaml feat: golangci-lint allow enum shorthand, use config file 2020-08-31 17:10:08 +09:00
CHANGELOG.md chore: release 0.8.0 (#171) 2020-10-21 10:59:38 -04:00
Dockerfile docker image 2020-07-08 03:08:30 +00:00
LICENSE Apache 2.0 License 2020-07-09 12:22:59 +00:00
Makefile chore: run GH actions on Windows and macOS 2020-09-16 17:29:13 +02:00
README.md docs: separate repository and system docs 2020-08-18 10:01:16 +09:00
client.go feat: list command - improved output (#205) 2020-11-04 13:15:06 +01:00
client_test.go feat: change default runtime to Node.js HTTP (#198) 2020-11-02 09:27:31 -05:00
config.go src: use image digest (#175) 2020-10-19 11:43:50 +02:00
function.go fix: image parsing 2020-10-20 19:54:33 +02:00
function_test.go fix: image parsing 2020-10-20 19:54:33 +02:00
go.mod feat: list command - improved output (#205) 2020-11-04 13:15:06 +01:00
go.sum feat: introduce CloudEvent data as first parameter for event functions (#172) 2020-10-14 09:46:37 -04:00
pkged.go fix: examples in readme 2020-10-20 19:37:40 +02:00
templates.go src!: change all references of "repository" to "registry" for images (#156) 2020-10-08 10:58:17 +02:00
templates_test.go chore: run GH actions on Windows and macOS 2020-09-16 17:29:13 +02:00
version.txt chore: release 0.8.0 (#171) 2020-10-21 10:59:38 -04:00

README.md

faas

Main Build Status Develop Build Status Client API Documentation GitHub Issues License Release

[Demo Screencast]

faas is a "Function as a Service" Client Library and CLI for enabling the development of implicitly deployed, platform agnostic code.

Read the Documentation

Contributing

We are always looking for contributions from the Function Developer community. For more information on how to participate, see the Contributor's Guide