Knative Functions client API and CLI
Go to file
Luke Kingland aa582dad21
cli help text updates and flags cleanup (#1564)
* cli help text and flags cleanup

- verbose flag uses global setting throughout
- confirm flag added using shared visitor throughout
- path flag added using shared visitor throughout
- removes --version flag on root as redundant with subcommand
- splits main help's 'Main Commands' into 'Primary Commands' and 'Development
  Commands' groups
- Moves RunE definition into flag struct literals

* remove commented code
2023-03-01 09:35:54 +00:00
.chglog chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
.github/workflows chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
cmd cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
docs cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
generate chore: update references to zz_filesystem_generated.go (#1580) 2023-02-23 19:12:29 +00:00
hack chore: verify-codegen.sh (#1590) 2023-02-27 19:23:54 +00:00
pkg refactor: clean up filesystem test (#1584) 2023-02-27 02:21:32 +00:00
plugin chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
schema chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
templates chore: update faas-js-runtime to 0.10.0 (#1570) 2023-02-20 20:32:25 +00:00
test feat: enabled s2i for python (#1562) 2023-02-20 16:45:26 +00:00
third_party/VENDOR-LICENSE upgrade to latest dependencies (#1534) 2023-02-16 08:24:51 +00:00
vendor upgrade to latest dependencies (#1565) 2023-02-20 18:02:26 +00:00
.codecov.yaml chore: fix codecov.yaml (#1335) 2022-10-13 22:37:53 +00:00
.gitattributes chore: update faas-js-runtime to 0.10.0 (#1570) 2023-02-20 20:32:25 +00:00
.gitignore chore: add coverage for integration tests (#1307) 2022-10-10 13:18:35 +00:00
.golangci.yaml Revert linting action to the canonical version (#533) 2021-09-16 02:46:39 -07:00
.ko.yaml chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
.unicode-control-characters.config.py Add unicode control chars exclude (#972) 2022-04-14 10:50:11 +00:00
.versionrc chore: add release process and func_darwin_arm64 to the release artifacts (#945) 2022-04-07 15:22:46 +00:00
AUTHORS chore: add AUTHORS and OWNERS files (#413) 2021-07-07 10:35:33 -04:00
CHANGELOG.md chore(release): 0.26.0 (#1195) 2022-08-29 19:36:15 +00:00
CODE-OF-CONDUCT.md Adding code of conduct to reference knative/community's CoC (#911) 2022-03-21 07:22:46 -07:00
LICENSE Apache 2.0 License 2020-07-09 12:22:59 +00:00
Makefile chore: update references to zz_filesystem_generated.go (#1580) 2023-02-23 19:12:29 +00:00
OWNERS chore(OWNERS): update to new org (#1397) 2022-11-01 18:01:06 +00:00
OWNERS_ALIASES Update community files (#1556) 2023-02-16 13:45:51 +00:00
README.md chore: update README.md with proper links (#1380) 2022-10-24 03:38:16 +00:00
go.mod upgrade to latest dependencies (#1565) 2023-02-20 18:02:26 +00:00
go.sum upgrade to latest dependencies (#1565) 2023-02-20 18:02:26 +00:00

README.md

Func

CI Status Client API Documentation Issues License Releases codecov

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

Try the QuickStart Read the Documentation

Roadmap

We use GitHub issues and project to track our roadmap. Please see our roadmap here.

Contributing

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

The func Working Group meets @ 10:00 US Eastern every Tuesday, we'd love to have you! For more information, see the invitation on the Knative Team Calendar.