Files
kustomize/cmd/config
Phani Teja Marupaka 0dc36a4f7c Annotate With Subpackages
Delete Setters And Subst With Subpkgs
2020-09-08 15:52:57 -07:00
..
2020-08-27 12:32:22 -07:00
2020-09-08 15:52:57 -07:00
2020-05-06 08:59:54 -07:00
2020-09-01 10:54:08 -07:00
2020-08-31 12:08:16 -07: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