Skip to content

knative/homebrew-client

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c65ba2 · Feb 19, 2025
Mar 7, 2024
Jul 31, 2024
Mar 7, 2024
Apr 19, 2022
Mar 25, 2020
Dec 8, 2021
Feb 19, 2025
Jan 25, 2024
Nov 20, 2023
Jan 27, 2025
Apr 24, 2024
Jul 25, 2024
Oct 23, 2024
Jan 27, 2025

Repository files navigation

Homebrew Tap for Knative client kn

This repository contains the Hombrew Tap for Knative clients.

To enable this Tap globally, use

brew tap knative/client

The supported clients are:

  • kn - The Knative CLI client

Install them with brew install like in

brew install kn

Alternatively you can also install the clients directly (without adding a tap globally) with

brew install knative/client/kn

This repo is now using main as default branch. If you had tapped knative/client earlier, and now unable to upgrade kn, it's because brew could not locate the respective refs in this repo. To fix it, you'd need to tap the repo afresh (with main default branch)

brew uninstall kn
brew untap knative/client --force
brew tap knative/client
brew install kn

Contributing

If you would like to contribute to Knative, take a look at CLOTRIBUTOR for a list of help wanted issues in the project.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published