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:
committed by
jonjohnsonjr
parent
6f9fb7f753
commit
7c4a93a717
@ -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)
|
||||
|
Reference in New Issue
Block a user