mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
- Implement inline setters as OpenAPI extensions - Naming cleanup substitute -> set - Documentation cleanup - Simplify implementation
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 config.
Build Command
Build the config command under GOBIN
$ make
Run Tests
Run all tests, linting, etc and build
$ make all