mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-15 12:17:56 +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
|
## 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
|
```bash
|
||||||
git clone https://github.com/nirmata/kyverno.git
|
git clone https://github.com/nirmata/kyverno.git
|
||||||
cd github.com/nirmata/kyverno
|
cd github.com/nirmata/kyverno
|
||||||
make cli
|
make cli
|
||||||
cd ./cmd/cli/kubectl-kyverno/
|
mv ./cmd/cli/kubectl-kyverno/kyverno /usr/local/bin/nctl
|
||||||
```
|
```
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
Loading…
Add table
Reference in a new issue