mirror of https://github.com/kubernetes/kops.git
Generate cli docs after updating dependencies
This commit is contained in:
parent
8005c246a0
commit
bc1b2a04fa
2
Makefile
2
Makefile
|
|
@ -313,7 +313,7 @@ goget:
|
||||||
go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all)
|
go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all)
|
||||||
|
|
||||||
.PHONY: depup
|
.PHONY: depup
|
||||||
depup: goget gomod
|
depup: goget gomod gen-cli-docs
|
||||||
|
|
||||||
.PHONY: gofmt
|
.PHONY: gofmt
|
||||||
gofmt:
|
gofmt:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue