README.md
June 8, 2022 ยท View on GitHub
Homebrew Tap for Knative client plugins
This repository contains the Hombrew Tap for Knative clients plugins.
To enable this Tap globally, use
brew tap knative-sandbox/kn-plugins
The supported client plugins are:
- kn-plugin-admin - The Admin plugin
- kn-plugin-func - The Functions plugin
- kn-plugin-quickstart - The Quickstart plugin
- kn-plugin-source-kafka - The source Kafka plugin
- kn-plugin-source-kamelet - The source Kamelet plugin
- kn-plugin-event - Sending events to Knative sinks
Install them with brew install like in
brew install admin
Alternatively you can also install each plugin directly (without adding a tap globally) with
brew install knative-sandbox/kn-plugins/admin
Updating Plugin Versions
To update plugins that are part of the release train, update the PREVIOUS_RELEASE / CURRENT_RELEASE variables in the ./hack/update-versions.sh script, then run the script locally and push a PR with the changes.
For plugins not on the release train, updates will need to be done manually, as for example in this PR.