mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
update doc
This commit is contained in:
parent
83be17ce9e
commit
dd07942fb7
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@ The Kyverno Command Line Interface (CLI) is designed to validate policies and te
|
|||
|
||||
## Build the CLI
|
||||
|
||||
You can build the CLI binary for your OS by running the command:
|
||||
You can build the CLI binary locally, then move the binary into a directory in your PATH.
|
||||
|
||||
```bash
|
||||
git clone https://github.com/nirmata/kyverno.git
|
||||
cd github.com/nirmata/kyverno
|
||||
make cli
|
||||
cd ./cmd/cli/kubectl-kyverno/
|
||||
mv ./cmd/cli/kubectl-kyverno/kyverno /usr/local/bin/nctl
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
|
Loading…
Reference in a new issue