Knative Functions client API and CLI
Go to file
Lance Ball 3868ef3441 chore: remove [options] from usage string
The cobra package, magically appends "[flags]" to the usage string
if a command has flags. By adding "[options]" to the usage string,
we end up with help text that looks like this.

```
  faas init <name> [options] [flags]
```

This commit fixes that.
2020-09-19 17:23:08 -04:00
.chglog actions: add CHANGELOG.md and a release target to Makefile (#45) 2020-07-28 09:14:45 -04:00
.github/workflows chore: run GH actions on Windows and macOS 2020-09-16 17:29:13 +02:00
buildpacks fix: remove references to unused binaries appsody, kn, kubectl 2020-09-04 23:08:03 +09:00
cmd chore: remove [options] from usage string 2020-09-19 17:23:08 -04:00
docker fix: remove references to unused binaries appsody, kn, kubectl 2020-09-04 23:08:03 +09:00
docs docs: setting up remote access to kind clusters 2020-08-19 08:13:19 +09:00
k8s moved cluster config notes and yamls to dedicated config repo 2020-04-15 16:57:44 +00:00
knative fix: describe works without Eventing 2020-09-10 10:06:20 -04:00
mock feat: test suite 2020-08-29 01:55:33 +09: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: signature of HTTP go function in template 2020-09-09 15:27:38 +02:00
testdata feat: test suite 2020-08-29 01:55:33 +09:00
.dockerignore ignore local bin for docker image 2020-07-08 02:46:51 +00:00
.gitignore feat: test suite 2020-08-29 01:55:33 +09:00
.golangci.yaml feat: golangci-lint allow enum shorthand, use config file 2020-08-31 17:10:08 +09:00
CHANGELOG.md release: v0.6.2 2020-09-09 23:10:18 +09:00
Dockerfile docker image 2020-07-08 03:08:30 +00:00
LICENSE Apache 2.0 License 2020-07-09 12:22:59 +00:00
Makefile chore: run GH actions on Windows and macOS 2020-09-16 17:29:13 +02:00
README.md docs: separate repository and system docs 2020-08-18 10:01:16 +09:00
client.go feat: default to no confirmation prompts for CLI commands 2020-09-11 14:36:34 -04:00
client_test.go docs: fix function typos 2020-08-29 01:55:33 +09:00
config.go fix: return fs errors on config creation 2020-08-29 01:55:33 +09:00
function.go fix: remove references to unused binaries appsody, kn, kubectl 2020-09-04 23:08:03 +09:00
function_unit_test.go chore: run GH actions on Windows and macOS 2020-09-16 17:29:13 +02:00
go.mod chore: update `pack` dep version 2020-09-16 17:27:11 +02:00
go.sum chore: update `pack` dep version 2020-09-16 17:27:11 +02:00
pkged.go fix: update pkger generated files 2020-09-09 15:45:35 +02:00
templates.go feat: test suite 2020-08-29 01:55:33 +09:00
templates_test.go chore: run GH actions on Windows and macOS 2020-09-16 17:29:13 +02:00
version.txt feat(ci/cd): add release-please for automated release management 2020-09-10 09:49:54 -04:00

README.md

faas

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

[Demo Screencast]

faas is a "Function as a Service" 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