Knative Functions client API and CLI
Go to file
Lance Ball ad4607bd50
fix: hide a fmt.Println behind verbose flag (#538)
Signed-off-by: Lance Ball <lball@redhat.com>
2021-09-19 16:00:34 -07:00
.chglog Change github.com links to the new home (#424) 2021-07-26 10:30:15 -07:00
.github/workflows Update actions (#517) 2021-09-17 08:14:31 -07:00
buildpacks feat: move go, typescript and nodejs to paketo builders (#485) 2021-08-24 08:46:24 -07:00
cloudevents feat: print emit response output if it's a cloudevent (#444) 2021-07-28 04:45:16 -07:00
cmd Better credentials handling (#526) 2021-09-16 02:57:39 -07:00
docker Better credentials handling (#526) 2021-09-16 02:57:39 -07:00
docs Update installing_cli.md (#539) 2021-09-18 09:26:32 -07:00
hack src: Makefile developer accessibility (#428) 2021-07-21 00:45:38 -07:00
k8s chore: update files with goimport (#513) 2021-09-08 06:53:45 -07:00
knative fix: hide a fmt.Println behind verbose flag (#538) 2021-09-19 16:00:34 -07:00
mock feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
plugin chore: example message changes between standalone and plugin (#507) 2021-09-08 06:42:45 -07:00
progress fix: control chars on progress listener for Windows OS (#498) 2021-08-31 11:01:55 -07:00
schema feat: move go, typescript and nodejs to paketo builders (#485) 2021-08-24 08:46:24 -07:00
templates fix: use full image names (#535) 2021-09-16 08:51:40 -07:00
test chore: update files with goimport (#513) 2021-09-08 06:53:45 -07:00
testdata chore: update files with goimport (#513) 2021-09-08 06:53:45 -07:00
utils feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
vendor Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
.gitignore Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
.golangci.yaml Revert linting action to the canonical version (#533) 2021-09-16 02:46:39 -07:00
AUTHORS chore: add AUTHORS and OWNERS files (#413) 2021-07-07 10:35:33 -04:00
CHANGELOG.md chore: release 0.18.0 (#466) 2021-09-16 13:32:09 -04:00
LICENSE Apache 2.0 License 2020-07-09 12:22:59 +00:00
Makefile test: separated with tags common language runtime e2e tests from othe… (#492) 2021-08-25 13:14:31 -07:00
OWNERS Update OWNERS (#489) 2021-08-23 08:12:35 -07:00
OWNERS_ALIASES Update community files (#530) 2021-09-16 03:57:39 -07:00
README.md add meeting time (#491) 2021-08-23 08:11:35 -07:00
client.go chore: properly access repositories (#519) 2021-09-10 06:03:30 -07:00
client_int_test.go src: add integration test for remote modes (#484) 2021-08-19 11:47:05 -07:00
client_test.go feat: client effective runtimes list (#490) 2021-09-09 14:25:30 -07:00
config.go feat: move go, typescript and nodejs to paketo builders (#485) 2021-08-24 08:46:24 -07:00
config_test.go chore: update files with goimport (#513) 2021-09-08 06:53:45 -07:00
function.go fix: `build` should honor registry specified in `-r` (#510) 2021-09-08 17:23:58 -07:00
function_test.go src: add test for DeriveImage (#518) 2021-09-13 05:34:32 -07:00
go.mod Update Knative dependencies to v0.24 (#521) 2021-09-13 07:43:33 -07:00
go.sum Update Knative dependencies to v0.24 (#521) 2021-09-13 07:43:33 -07:00
pkged.go fix: use full image names (#535) 2021-09-16 08:51:40 -07:00
repositories.go fix: removal of repositories (#524) 2021-09-15 06:48:08 -07:00
repositories_test.go feat: client effective runtimes list (#490) 2021-09-09 14:25:30 -07:00
repository.go feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
repository_test.go feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
templates.go feat: repository and templates client api (#475) 2021-08-24 10:41:24 -07:00
templates_test.go feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
version.txt chore: release 0.18.0 (#466) 2021-09-16 13:32:09 -04:00

README.md

Func

CI Status Client API Documentation Issues License Releases

func is a Client Library and CLI enabling the development and deployment of Functions.

Read the Documentation

Contributing

We are always looking for contributions from the Function Developer community. For more information on how to participate, see the Development Guide

The func Task Force meets @ 10:30 PST every Tuesday, we'd love to have you! For more information, see the invitation on the Knative Team Calendar.