Knative Functions client API and CLI
Go to file
Luke K 00669dca25
docs: Kind cluster provisioning and TLS
2020-08-18 10:01:16 +09:00
.chglog actions: add CHANGELOG.md and a release target to Makefile (#45) 2020-07-28 09:14:45 -04:00
.github/workflows feat: build and release cross-platform binaries 2020-07-29 16:04:12 +00:00
appsody chore: add lint to GH actions CI 2020-07-29 17:47:08 +02:00
buildpacks feat: add init/build/deploy commands and customizable namespace (#65) 2020-08-12 10:52:50 -04:00
cmd feat: version command respects verbose flag (#61) 2020-08-13 17:05:59 -04:00
docker feat: add init/build/deploy commands and customizable namespace (#65) 2020-08-12 10:52:50 -04:00
docs docs: Kind cluster provisioning and TLS 2020-08-18 10:01:16 +09:00
embedded chore: add lint to GH actions CI 2020-07-29 17:47:08 +02:00
k8s moved cluster config notes and yamls to dedicated config repo 2020-04-15 16:57:44 +00:00
kn chore: add lint to GH actions CI 2020-07-29 17:47:08 +02:00
knative feat: add init/build/deploy commands and customizable namespace (#65) 2020-08-12 10:52:50 -04:00
kubectl chore: add lint to GH actions CI 2020-07-29 17:47:08 +02:00
mock feat: add init/build/deploy commands and customizable namespace (#65) 2020-08-12 10:52:50 -04:00
progress chore: add lint to GH actions CI 2020-07-29 17:47:08 +02:00
prompt chore: add lint to GH actions CI 2020-07-29 17:47:08 +02:00
templates src(templates/node): update Node.js templates (#68) 2020-08-13 17:05:25 -04:00
testdata tests to runtime 2020-07-02 14:36:48 +00:00
.dockerignore ignore local bin for docker image 2020-07-08 02:46:51 +00:00
.gitignore feat: build and release cross-platform binaries 2020-07-29 16:04:12 +00:00
CHANGELOG.md v0.5.0 2020-07-31 13:48:08 +00: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 src(templates/node): update Node.js templates (#68) 2020-08-13 17:05:25 -04:00
README.md docs: separate repository and system docs 2020-08-18 10:01:16 +09:00
client.go feat: add init/build/deploy commands and customizable namespace (#65) 2020-08-12 10:52:50 -04:00
client_test.go feat: add init/build/deploy commands and customizable namespace (#65) 2020-08-12 10:52:50 -04:00
client_unit_test.go separate function from client to enable contextless methods such as List 2020-05-11 00:12:19 +00:00
config.go feat: add init/build/deploy commands and customizable namespace (#65) 2020-08-12 10:52:50 -04:00
function.go feat: add init/build/deploy commands and customizable namespace (#65) 2020-08-12 10:52:50 -04:00
function_unit_test.go feat: add init/build/deploy commands and customizable namespace (#65) 2020-08-12 10:52:50 -04:00
go.mod src(templates/node): update Node.js templates (#68) 2020-08-13 17:05:25 -04:00
go.sum src(templates/node): update Node.js templates (#68) 2020-08-13 17:05:25 -04:00
pkged.go src(templates/node): update Node.js templates (#68) 2020-08-13 17:05:25 -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