Knative Functions client API and CLI
Go to file
Luke Kingland 6673395834
src: better error when custom template not found
2021-05-07 14:05:38 +09:00
.chglog src: rename from faas to func (#253) 2021-01-21 17:10:39 +01:00
.github/workflows ci: go 1.16 compatiblity updates 2021-05-07 14:05:16 +09:00
buildpacks feat: add/improve spinner for build and deploy (#322) 2021-05-03 14:25:19 -04:00
cmd src: update knative deps to 0.21.0 2021-05-05 17:20:32 +02:00
docker refactor!: change envVars to env in func.yaml (#316) 2021-04-27 10:46:50 -04:00
docs feat: function name matches KService name (#317) 2021-04-26 10:13:32 +02:00
hack ci: run integration tests with on-demand cluster 2021-03-10 19:35:27 +09:00
knative src: update knative deps to 0.21.0 2021-05-05 17:20:32 +02:00
mock feat: add/improve spinner for build and deploy (#322) 2021-05-03 14:25:19 -04:00
plugin fix: `func run` now uses Docker API, not binary 2021-03-15 18:24:57 +01:00
progress feat: add/improve spinner for build and deploy (#322) 2021-05-03 14:25:19 -04:00
prompt feat: integration tests target 2021-03-10 19:35:27 +09:00
tarfs src: tarfs assumes forward slashes internally 2021-05-07 14:05:36 +09:00
templates src: update go event template dependencies 2021-05-07 14:05:37 +09:00
testdata feat: preserve file modes using in-memory tar FS 2021-05-07 14:05:14 +09:00
utils feat: function name matches KService name (#317) 2021-04-26 10:13:32 +02:00
.dockerignore rename function -> func (#217) 2020-11-06 12:47:30 +01:00
.gitignore ci: go 1.16 compatiblity updates 2021-05-07 14:05:16 +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.12.1 (#295) 2021-04-14 14:53:41 -04: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 build: create separate target for templates.tgz 2021-05-07 14:05:38 +09:00
README.md docs: minor chores and fixes (#298) 2021-04-14 13:00:55 -04:00
client.go src: replace pkger with embed.FS 2021-05-07 14:00:46 +09:00
client_int_test.go src: better ctx propagation (#283) 2021-03-24 11:05:52 -04:00
client_test.go src: better error when custom template not found 2021-05-07 14:05:38 +09:00
config.go src: update references to deprecated ioutil 2021-05-07 14:00:46 +09:00
function.go src: update references to deprecated ioutil 2021-05-07 14:00:46 +09:00
function_test.go feat: integration tests target 2021-03-10 19:35:27 +09:00
generate.go feat: create templates archive on go generate 2021-05-07 14:04:41 +09:00
go.mod src: remove pkger dependency and tidy 2021-05-07 14:04:39 +09:00
go.sum src: remove pkger dependency and tidy 2021-05-07 14:04:39 +09:00
templates.go src: better error when custom template not found 2021-05-07 14:05:38 +09:00
templates_test.go src: use consistent separators for fs.FS instances 2021-05-07 14:05:37 +09:00
version.txt chore: release 0.12.1 (#295) 2021-04-14 14:53:41 -04:00

README.md

Boson Function CLI

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

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