Knative developer experience, docs, reference Knative CLI implementation
Go to file
knative-automation dcd6bb612b
upgrade to latest dependencies (#1671)
bumping knative.dev/pkg 5c8cc3c...a8b7d99:
  > a8b7d99 Update community files (# 2515)
  > 0719b40 upgrade to latest dependencies (# 2512)
  > 2451664 Switch to iota/fmt.Stringer-based diagnostic levels. (# 2511)
  > ea3c8cb Fix timeout test on darwin and log dial destination on timeout. (# 2510)
  > af54d73 Support fetching configs from `ctx`. (# 2505)
  > 5f5455f Use the updated action that infers the module name (# 2509)
  > 4fced01 Use knative/action/go/downstream-test (# 2507)
  > 16b36b7 Add support for admission webhook warnings. (# 2498)
  > 6ec9c1a Fix linting (# 2506)
bumping knative.dev/serving f6cb424...f726b1d:
  > f726b1d Bump cert-manager to 1.8.0 (# 12923)
  > 01f15e1 Update net-gateway-api nightly (# 12920)
  > dcb16f2 Update net-kourier nightly (# 12919)
  > d9f4954 Update net-istio nightly (# 12918)
  > 69bf45c Update net-certmanager nightly (# 12901)
  > 754ea6c Update net-kourier nightly (# 12916)
  > 4273c6e Update net-contour nightly (# 12915)
  > 119517a Update net-gateway-api nightly (# 12902)
  > 18da4c0 upgrade to latest dependencies (# 12907)
  > 8129005 Update community files (# 12913)
  > 9dc1baa run go.mod tidy (# 12911)
  > 061be9e Fixing the panicRPSM parameter in autoscaler (# 12910)
  > 7aa5d8a Update net-kourier nightly (# 12903)
bumping knative.dev/eventing 01f5612...9af9870:
  > 9af9870 upgrade to latest dependencies (# 6371)
  > 59e25b8 Export trace for events which exceeded unavailable period limit (# 6372)
  > 22e2a2c upgrade to latest dependencies (# 6365)
  > e033a2a Update community files (# 6369)
  > ec36c86 upgrade to latest dependencies (# 6360)
bumping knative.dev/networking 591d2bb...91dcb36:
  > 91dcb36 Update community files (# 667)
  > 8d5dcbe upgrade to latest dependencies (# 666)
  > a60cb5f upgrade to latest dependencies (# 665)
bumping knative.dev/hack 5f47386...a8076b0:
  > a8076b0 Model []byte as strings (# 175)
  > ccf82ad Update community files (# 174)
  > 46c77f1 Skip passing enable-ha flag to test script (# 173)

Signed-off-by: Knative Automation <automation@knative.team>
2022-05-11 10:46:34 +00:00
.github Update actions (#1651) 2022-04-13 07:26:09 +00:00
cmd/kn remove hardcoded kn for usage and error (#1603) 2022-02-17 02:07:13 -08:00
config Use ko's strict mode for better errors messages (#706) 2020-03-07 12:11:27 -08:00
conventions Fix various misspellings and linter items (#1057) 2020-10-12 21:24:30 -07:00
docs Mark --inject-broker flag as deprecated (#1661) 2022-04-28 09:07:53 +00:00
hack Fix OCI image build (#1666) 2022-04-29 11:48:53 +00:00
lib Added eventtype support (#1598) 2022-03-02 03:48:43 -08:00
pkg Mark --inject-broker flag as deprecated (#1661) 2022-04-28 09:07:53 +00:00
test Cleanup sugar controller setup (#1669) 2022-05-10 14:25:33 +00:00
third_party/VENDOR-LICENSE Upgrade Go to 1.17 (#1654) 2022-04-14 14:15:10 +00:00
tools/knb feat: Add knb plugin build tool (#1226) 2021-03-08 00:22:21 -08:00
vendor upgrade to latest dependencies (#1671) 2022-05-11 10:46:34 +00:00
.codecov.yaml Align codecov config with rest of the org (#1649) 2022-04-12 10:55:08 +00:00
.gitignore feat: Add knb plugin build tool (#1226) 2021-03-08 00:22:21 -08:00
.golangci.yaml Enable gosec linter and fix existing issues (#1228) 2021-02-16 02:17:26 -08:00
.ko.yaml Fix display version in OCI image (#1662) 2022-04-28 09:08:00 +00:00
CHANGELOG.adoc test: use `T.TempDir` to create temporary test directory (#1660) 2022-04-21 11:53:30 +00:00
CODE-OF-CONDUCT.md Adding code of conduct to reference knative/community's CoC (#1634) 2022-03-21 04:18:46 -07:00
CONTRIBUTING.md Update code-of-conduct, readme and contrib files (#1429) 2021-08-16 04:06:54 -07:00
LICENSE Initial commit 2018-12-12 16:45:51 -08:00
OWNERS Add knative-release-leads to OWNERS (#1317) 2021-05-17 09:45:24 -07:00
OWNERS_ALIASES Update community files (#1672) 2022-05-05 01:42:15 +00:00
README.md Update code-of-conduct, readme and contrib files (#1429) 2021-08-16 04:06:54 -07:00
go.mod upgrade to latest dependencies (#1671) 2022-05-11 10:46:34 +00:00
go.sum upgrade to latest dependencies (#1671) 2022-05-11 10:46:34 +00:00

README.md

Kn

go.dev reference Go Report Card Releases LICENSE Slack Status codecov

The Knative client kn is your door to the Knative world. It allows you to create Knative resources interactively from the command line or from within scripts.

kn offers you:

  • Full support for managing all features of Knative Serving (services, revisions, traffic splits)
  • Growing support for Knative eventing, closely following its development (managing of sources & triggers)
  • A plugin architecture similar to that of kubectl plugins
  • A thin client-specific API in golang which helps with tasks like synchronously waiting on Knative service write operations.
  • An easy integration of Knative into Tekton Pipelines by using kn in a Tekton Task.

This client uses the Knative Serving and Knative Eventing APIs exclusively so that it will work with any Knative installation, even those that are not Kubernetes based. It does not help with installing Knative itself though. Please refer to the various Knative installation options for how to install Knative with its prerequisites.

Documentation

Start with the user's guide to learn more. You can read about common use cases, get detailed documentation on each command, and learn how to extend the kn CLI. For more information, have a look at:

  • User guide
    • Installation - How to install kn and run on your machine
    • Examples - Use case based examples
  • Reference Manual - all possible commands and options with usage examples

Additionally you can visit knative.dev for more examples.

Developers

If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md.