Knative Functions client API and CLI
Go to file
Luke K adcd93d70c
fix: return fs errors on config creation
2020-08-29 01:55:33 +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 feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
buildpacks feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
cmd feat: test suite 2020-08-29 01:55:33 +09:00
docker feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
docs docs: setting up remote access to kind clusters 2020-08-19 08:13:19 +09: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: consolidate knative client config construction 2020-08-29 01:55:30 +09:00
kubectl chore: add lint to GH actions CI 2020-07-29 17:47:08 +02:00
mock feat: test suite 2020-08-29 01:55:33 +09:00
progress feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
prompt feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
templates feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09: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
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 feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
README.md docs: separate repository and system docs 2020-08-18 10:01:16 +09:00
client.go feat: test suite 2020-08-29 01:55:33 +09:00
client_test.go feat: test suite 2020-08-29 01:55:33 +09:00
config.go fix: return fs errors on config creation 2020-08-29 01:55:33 +09:00
function.go feat: test suite 2020-08-29 01:55:33 +09:00
function_unit_test.go feat: test suite 2020-08-29 01:55:33 +09:00
go.mod feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
go.sum feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
pkged.go feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
templates.go feat: test suite 2020-08-29 01:55:33 +09:00
templates_test.go feat: test suite 2020-08-29 01:55:33 +09: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