Move kustomize main to cmd directory.

This commit is contained in:
Jeffrey Regan
2019-06-18 11:08:11 -07:00
parent 7dd02c1766
commit d2c93065d5
6 changed files with 44 additions and 55 deletions

View File

@@ -9,7 +9,7 @@ tests, and should work with HEAD
<!-- @installkustomize @test -->
```
go get sigs.k8s.io/kustomize
go get sigs.k8s.io/kustomize/cmd/kustomize
```
Basic Usage