Add list plugins command docs (#5167)

* Add list plugins command docs

* Update docs/client/kn-plugins.md
This commit is contained in:
Ashleigh Brennan 2022-08-25 06:55:19 -05:00 committed by GitHub
parent c4d94c2b3c
commit 41e041b66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -36,3 +36,11 @@ You can manually install all plugins. To manually install a plugin:
## Install a plugin by using Homebrew
You can install some plugins can be installed using the [Knative plugins Homebrew Tap](https://github.com/knative-sandbox/homebrew-kn-plugins/). For example, you can install the `kn-admin` plugin by running `brew install knative-sandbox/kn-plugins/admin`.
## List available plugins
You can list all available (installed) plugins by entering the command:
```bash
kn plugin list
```