kyaml: Add kyaml filters as cli commands

This commit is contained in:
Phillip Wittrock
2019-11-08 09:22:34 -08:00
parent e83b97ea1f
commit 8b0f4bf714
26 changed files with 2351 additions and 2 deletions

View File

@@ -2,4 +2,7 @@
set -e
cd kyaml
make all
cd ../cmd/kyaml
make all