Point kustomize to local API for development.

This commit is contained in:
Jeffrey Regan
2019-10-28 11:17:34 -07:00
parent 72db6dde9e
commit 3b3a1309e4
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# Usage:
# ./hack/showDeps ./plugin
# ./hack/showDeps ./kustomize
function showDeps {
echo "==== begin $1 =================================="
find $1 -name "*.go" |\
@@ -10,5 +14,4 @@ function showDeps {
echo "==== end $1 =================================="
}
showDeps ./plugin
#showDeps ./kustomize
showDeps $1