https://github.com/joke/asdf-kn
Knative Client plugin for asdf version manager
https://github.com/joke/asdf-kn
asdf asdf-plugin kn knative
Last synced: 5 months ago
JSON representation
Knative Client plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/joke/asdf-kn
- Owner: joke
- License: apache-2.0
- Created: 2021-05-08T11:07:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T21:57:12.000Z (5 months ago)
- Last Synced: 2026-01-13T01:57:39.546Z (5 months ago)
- Topics: asdf, asdf-plugin, kn, knative
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
= asdf-kn
https://github.com/joke/asdf-kn/actions[image:https://github.com/joke/asdf-kn/workflows/main/badge.svg[Build Status]]
https://github.com/knative/client[Knative Client] plugin for
https://github.com/asdf-vm/asdf[asdf] version manager.
== Install
....
asdf plugin add kn
....
If you prefer to add plugin directly
....
asdf plugin add kn https://github.com/joke/asdf-kn.git
....
== Use
Check https://github.com/asdf-vm/asdf[asdf] readme for instructions on
how to install & manage versions of Knative Client
== Plugins
`kn` itself supports extension by plugin.
This plugin will try download a set of plugins, which they are released
alongside the specified version.
== Contributing
If you're looking to contribute, you can find additional information in link:CONTRIBUTING.adoc[here].