Knative Functions client API and CLI
Go to file
Zbynek Roubalik 83a9ca684f
feat: `func config envs` - interactive prompt (#396)
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
2021-06-21 08:37:48 +02:00
.chglog src: rename from faas to func (#253) 2021-01-21 17:10:39 +01:00
.github/workflows chore: e2e tests should run against Knative 0.22.0 (#372) 2021-06-02 13:51:12 -04:00
buildpacks feat: Rust templates (#376) 2021-06-18 13:08:50 -04:00
cloudevents feat: add 'kn func emit' command (#332) 2021-05-13 12:44:11 -04:00
cmd feat: `func config envs` - interactive prompt (#396) 2021-06-21 08:37:48 +02:00
docker src: envs: use `:` instead of `.` as separators (#394) 2021-06-18 09:50:07 +02:00
docs feat: `func config envs` - interactive prompt (#396) 2021-06-21 08:37:48 +02:00
hack chore: e2e tests should run against Knative 0.22.0 (#372) 2021-06-02 13:51:12 -04:00
k8s feat: `func config volumes` - interactive prompt (#391) 2021-06-17 09:21:07 +02:00
knative src: envs: use `:` instead of `.` as separators (#394) 2021-06-18 09:50:07 +02:00
mock feat: add 'kn func emit' command (#332) 2021-05-13 12:44:11 -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
templates feat: Rust templates (#376) 2021-06-18 13:08:50 -04:00
test refactor!: function signatures implied from trigger 2021-06-09 21:18:55 +09:00
testdata feat: typed errors for templates use cases 2021-06-18 19:08:01 +09:00
utils src: validate Env Var name (#395) 2021-06-18 09:12:45 +02:00
.gitignore feat: add typescript templates (#355) 2021-05-26 11:23:42 -04: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.15.1 (#367) 2021-05-27 16:31:00 -04:00
CODEOWNERS chore: introduce Codeowner file (#259) 2021-02-03 15:11:43 +01:00
LICENSE Apache 2.0 License 2020-07-09 12:22:59 +00:00
Makefile feat: Rust templates (#376) 2021-06-18 13:08:50 -04:00
README.md docs: minor chores and fixes (#298) 2021-04-14 13:00:55 -04:00
client.go extensible repositories flag (#384) 2021-06-14 14:57:05 -04:00
client_int_test.go src: better ctx propagation (#283) 2021-03-24 11:05:52 -04:00
client_test.go feat: typed errors for templates use cases 2021-06-18 19:08:01 +09:00
config.go feat: `func config envs` - interactive prompt (#396) 2021-06-21 08:37:48 +02:00
config_test.go src: envs: use `:` instead of `.` as separators (#394) 2021-06-18 09:50:07 +02:00
function.go feat: allow setting autoscaling options to deployed KService (#374) 2021-06-15 09:26:36 +02:00
function_test.go feat: integration tests target 2021-03-10 19:35:27 +09:00
go.mod feat: `func config volumes` - interactive prompt (#391) 2021-06-17 09:21:07 +02:00
go.sum feat: `func config volumes` - interactive prompt (#391) 2021-06-17 09:21:07 +02:00
pkged.go feat: Rust templates (#376) 2021-06-18 13:08:50 -04:00
templates.go feat: typed errors for templates use cases 2021-06-18 19:08:01 +09:00
templates_test.go feat: typed errors for templates use cases 2021-06-18 19:08:01 +09:00
version.txt chore: release 0.15.1 (#367) 2021-05-27 16:31:00 -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