mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
Refactor kustomize config command structure
- Create cfg, fn, live parent commands
This commit is contained in:
committed by
Phillip Wittrock
parent
73157c7141
commit
701c217791
@@ -6,7 +6,7 @@
|
||||
GOBIN := $(shell go env GOPATH)/bin
|
||||
|
||||
build:
|
||||
go build -v -o $(GOBIN)/config .
|
||||
go build -v -o $(GOBIN)/kubectl-krm ./kubectl-krm
|
||||
|
||||
all: generate build license fix vet fmt test lint tidy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user