Merge pull request #1749 from pwittrock/cmd

Create kyaml command to expose running kyaml filters on the cli
This commit is contained in:
Jeff Regan
2019-11-08 13:24:13 -08:00
committed by GitHub
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