Knative Functions client API and CLI
Go to file
Luke Kingland f115a7a871
client: remove implicit call to Build on Deploy
2021-03-16 15:24:39 +09:00
.chglog src: rename from faas to func (#253) 2021-01-21 17:10:39 +01:00
.github/workflows ci: run integration tests with on-demand cluster 2021-03-10 19:35:27 +09:00
buildpacks feat: using custom docker daemon (e.g podman) 2021-03-02 04:04:01 +01:00
cmd fix: `func run` now uses Docker API, not binary 2021-03-15 18:24:57 +01:00
docker fix: `func run` now uses Docker API, not binary 2021-03-15 18:24:57 +01:00
docs src: rename from faas to func (#253) 2021-01-21 17:10:39 +01:00
hack ci: run integration tests with on-demand cluster 2021-03-10 19:35:27 +09:00
k8s feat: integration tests target 2021-03-10 19:35:27 +09:00
knative fix: increase remove timeout to 120s 2021-03-10 19:35:26 +09:00
mock fix: `func run` now uses Docker API, not binary 2021-03-15 18:24:57 +01:00
plugin fix: `func run` now uses Docker API, not binary 2021-03-15 18:24:57 +01:00
progress fixup: remove unnecessary WithVerbose option from progressListener 2020-08-31 09:45:20 +09:00
prompt feat: integration tests target 2021-03-10 19:35:27 +09:00
templates src: also package templates on 'go generate' 2021-03-10 19:35:27 +09:00
testdata ci: run integration tests with on-demand cluster 2021-03-10 19:35:27 +09:00
utils src: rename from faas to func (#253) 2021-01-21 17:10:39 +01:00
.dockerignore rename function -> func (#217) 2020-11-06 12:47:30 +01:00
.gitignore rename function -> func (#217) 2020-11-06 12:47:30 +01: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.11.0 (#244) 2021-01-21 17:58:42 +01:00
CODEOWNERS chore: introduce Codeowner file (#259) 2021-02-03 15:11:43 +01:00
Dockerfile rename function -> func (#217) 2020-11-06 12:47:30 +01:00
LICENSE Apache 2.0 License 2020-07-09 12:22:59 +00:00
Makefile src: add makefile target 2021-03-10 19:35:27 +09:00
README.md src: rename from faas to func (#253) 2021-01-21 17:10:39 +01:00
client.go client: remove implicit call to Build on Deploy 2021-03-16 15:24:39 +09:00
client_int_test.go fix: compare service names in integraiton tests 2021-03-10 19:35:27 +09:00
client_test.go client: remove implicit call to Build on Deploy 2021-03-16 15:24:39 +09:00
config.go src: rename from faas to func (#253) 2021-01-21 17:10:39 +01:00
function.go src: rename from faas to func (#253) 2021-01-21 17:10:39 +01:00
function_test.go feat: integration tests target 2021-03-10 19:35:27 +09:00
go.mod fix: `func run` now uses Docker API, not binary 2021-03-15 18:24:57 +01:00
go.sum chore: Update Knative dependencies to 0.20 (#273) 2021-03-10 15:10:03 +01:00
pkged.go fix: sprint-boot template 2021-03-02 04:33:27 +01:00
templates.go src: also package templates on 'go generate' 2021-03-10 19:35:27 +09:00
templates_test.go feat: integration tests target 2021-03-10 19:35:27 +09:00
version.txt chore: release 0.11.0 (#244) 2021-01-21 17:58:42 +01:00

README.md

Boson Function CLI

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

[Demo Screencast]

func is a 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