1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-15 12:17:56 +00:00

update doc

This commit is contained in:
Shuting Zhao 2020-02-19 19:24:11 -08:00
parent 83be17ce9e
commit dd07942fb7

View file

@ -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