1
0
mirror of https://github.com/ko-build/ko.git synced 2025-07-12 23:50:31 +02:00

Adding create. (#30)

This commit is contained in:
Scott Nichols
2019-04-26 16:28:22 -07:00
committed by jonjohnsonjr
parent 6f9fb7f753
commit 7c4a93a717
2 changed files with 138 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import (
// https://github.com/google/go-containerregistry/issues/80
func AddKubeCommands(topLevel *cobra.Command) {
addDelete(topLevel)
addCreate(topLevel)
addApply(topLevel)
addResolve(topLevel)
addPublish(topLevel)