Knative Functions client API and CLI
Go to file
Lance Ball 6470d9e574
fix: change --format flag to --output for list and describe commands (#248)
Fixes: https://github.com/boson-project/func/issues/223

Signed-off-by: Lance Ball <lball@redhat.com>
2020-12-11 15:32:30 +01:00
.chglog actions: add CHANGELOG.md and a release target to Makefile (#45) 2020-07-28 09:14:45 -04:00
.github/workflows chore: pull and run pkger on main branch CI (#247) 2020-12-11 08:46:34 -05:00
buildpacks feat: add spring cloud function runtime and templates (#231) 2020-11-25 12:15:48 -05:00
cmd fix: change --format flag to --output for list and describe commands (#248) 2020-12-11 15:32:30 +01:00
docker fix: use image name for run command (#238) 2020-12-08 10:19:45 -05:00
docs fix: change --format flag to --output for list and describe commands (#248) 2020-12-11 15:32:30 +01:00
k8s feat: decouple function name from function domain (#127) 2020-09-24 09:52:22 -04:00
knative feat: add --all-namespaces flag to `func list` (#242) 2020-12-10 12:12:11 +01:00
mock feat: list command - improved output (#205) 2020-11-04 13:15:06 +01:00
plugin fix: Fix plugin version output (#233) 2020-12-02 20:27:51 +01:00
progress fixup: remove unnecessary WithVerbose option from progressListener 2020-08-31 09:45:20 +09:00
prompt feat: cli usability enhancements and API simplification 2020-08-29 01:54:13 +09:00
templates fix: correct fn signatures in Go Events template (#246) 2020-12-10 16:11:12 -05:00
testdata feat: change default runtime to Node.js HTTP (#198) 2020-11-02 09:27:31 -05:00
utils feat: add spring cloud function runtime and templates (#231) 2020-11-25 12:15:48 -05: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.10.0 (#232) 2020-12-08 12:10:11 -05: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 chore: ensure that pkger is run when templates change (#239) 2020-12-10 10:27:59 -05:00
README.md rename function -> func (#217) 2020-11-06 12:47:30 +01:00
client.go feat: add --all-namespaces flag to `func list` (#242) 2020-12-10 12:12:11 +01:00
client_test.go rename function -> func (#217) 2020-11-06 12:47:30 +01:00
config.go feat!: rename faas to function (#210) 2020-11-06 10:41:42 +01:00
function.go fix: image parsing 2020-10-20 19:54:33 +02:00
function_test.go fix: image parsing 2020-10-20 19:54:33 +02:00
go.mod chore: Update Knative dependencies to 0.18 (#235) 2020-12-07 11:46:31 +01:00
go.sum chore: Update Knative dependencies to 0.18 (#235) 2020-12-07 11:46:31 +01:00
pkged.go feat: add spring cloud function runtime and templates (#231) 2020-11-25 12:15:48 -05:00
templates.go rename function -> func (#217) 2020-11-06 12:47:30 +01:00
templates_test.go feat!: remove create cli subcommand (#180) 2020-11-06 17:08:49 +09:00
version.txt chore: release 0.10.0 (#232) 2020-12-08 12:10:11 -05: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