Files
kustomize/cmd/config
Sylvain Rabot b1f100e3da Run go work sync and go mod tidy
```shell
go work sync
for i in $(find . -name go.mod); do (cd $(dirname $i); go mod tidy); done
```

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
2023-10-28 13:05:11 +02:00
..
2021-06-05 09:43:13 +10:00
2023-06-06 22:39:06 +09:00
2020-09-21 17:30:36 -07:00
2023-10-28 13:05:11 +02:00
2023-10-28 13:05:11 +02:00
2023-10-28 13:05:11 +02:00
2022-03-31 19:02:19 -04:00

cmd/config

This package exists to expose config filters directly as cli commands for the purposes of development of the kyaml package and as a reference implementation for using the libraries.

Docs

All documentation is also built directly into the config command group using kustomize help cfg.

Build Command

Build the config command under GOBIN

$ make

Run Tests

Run all tests, linting, etc and build

$ make all