mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: add gh action to the cli readme (#8233)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
1fdd1127c2
commit
201cd79b86
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ The CLI can be used as a standalone tool or as a kubectl plugin.
|
|||
|
||||
👉 **[Reference docs](../../../docs/user/cli/kyverno.md)**
|
||||
|
||||
## 🔧 GitHub Action
|
||||
|
||||
You can install the Kyverno CLI in your GitHub workflows easily using the [kyverno-cli-installer](https://github.com/kyverno/action-install-cli) GitHub action.
|
||||
|
||||
Check the documentation in the [GitHub repository](https://github.com/kyverno/action-install-cli) or [GitHub marketplace](https://github.com/marketplace/actions/kyverno-cli-installer).
|
||||
|
||||
## 🙋♂️ Help
|
||||
|
||||
Use `kyverno --help` to list supported commands and their corresponding flags:
|
||||
|
|
Loading…
Reference in a new issue