Knative Functions client API and CLI
Go to file
Lance Ball 54e9b2703e
chore(actions): update release-please-action to latest 2.4.1 (#146)
Signed-off-by: Lance Ball <lball@redhat.com>
2020-10-02 11:46:55 -04:00
.chglog actions: add CHANGELOG.md and a release target to Makefile (#45) 2020-07-28 09:14:45 -04:00
.github/workflows chore(actions): update release-please-action to latest 2.4.1 (#146) 2020-10-02 11:46:55 -04:00
buildpacks feat: set builder images in templates and .faas.yaml (#136) 2020-09-24 11:41:34 -04:00
cmd chore: rename .faas.yaml to faas.yaml (#143) 2020-09-29 10:27:04 -04:00
docker fix: remove references to unused binaries appsody, kn, kubectl 2020-09-04 23:08:03 +09:00
docs chore: rename .faas.yaml to faas.yaml (#143) 2020-09-29 10:27:04 -04:00
k8s feat: decouple function name from function domain (#127) 2020-09-24 09:52:22 -04:00
knative feat: decouple function name from function domain (#127) 2020-09-24 09:52:22 -04:00
mock feat: test suite 2020-08-29 01:55:33 +09: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 chore: update go cloudevent sdk dep 2020-09-29 18:24:53 +02:00
testdata feat: test suite 2020-08-29 01:55:33 +09:00
.dockerignore ignore local bin for docker image 2020-07-08 02:46:51 +00:00
.gitignore feat: test suite 2020-08-29 01:55:33 +09: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.7.0 (#116) 2020-09-24 14:33:31 -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: set builder images in templates and .faas.yaml (#136) 2020-09-24 11:41:34 -04:00
client_test.go feat: decouple function name from function domain (#127) 2020-09-24 09:52:22 -04:00
config.go chore: rename .faas.yaml to faas.yaml (#143) 2020-09-29 10:27:04 -04:00
function.go feat: set builder images in templates and .faas.yaml (#136) 2020-09-24 11:41:34 -04:00
go.mod src: add Long command descriptions for each of the CLI commands (#133) 2020-09-24 10:23:55 -04:00
go.sum chore: update `pack` dep version 2020-09-16 17:27:11 +02:00
pkged.go chore: update go cloudevent sdk dep 2020-09-29 18:24:53 +02:00
templates.go feat: test suite 2020-08-29 01:55:33 +09: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.7.0 (#116) 2020-09-24 14:33:31 -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