We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac64c73 commit 8a7f627Copy full SHA for 8a7f627
cmd/delivery.go
@@ -34,8 +34,8 @@ func init() {
34
werfcommon.TerminateWithError(err.Error(), 1)
35
}
36
37
- werfRootCmd.Use = "dk"
38
- werfRootCmd.Aliases = []string{"delivery-kit"}
+ werfRootCmd.Use = "delivery-kit"
+ werfRootCmd.Aliases = []string{"dk"}
39
werfRootCmd = ReplaceCommandName("werf", "d8 dk", werfRootCmd)
40
werfRootCmd.Short = "A set of tools for building, distributing, and deploying containerized applications"
41
werfRootCmd.Long = werfRootCmd.Short + "."
0 commit comments