mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
Point kustomize to local API for development.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user