Files
kustomize/cmd/config
Kubernetes Prow Robot f7f0923375 Merge pull request #2470 from pwittrock/master
Support publishing starlark functions from urls
2020-05-14 14:44:58 -07:00
..
2020-04-20 18:33:22 +02:00
2020-02-21 08:09:48 -08:00
2020-05-06 08:59:54 -07:00
2020-05-13 21:34:28 -07:00
2020-05-13 21:34:28 -07:00
2020-01-07 16:24:52 -08:00
2020-05-06 08:59:54 -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 config.

Build Command

Build the config command under GOBIN

$ make

Run Tests

Run all tests, linting, etc and build

$ make all