Skip to content

Commit 8a7f627

Browse files
refactor(delivery-kit): use dk as command, delivery-kit as alias (#146)
Signed-off-by: Aleksei Igrychev <[email protected]>
1 parent ac64c73 commit 8a7f627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/delivery.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ func init() {
3434
werfcommon.TerminateWithError(err.Error(), 1)
3535
}
3636

37-
werfRootCmd.Use = "dk"
38-
werfRootCmd.Aliases = []string{"delivery-kit"}
37+
werfRootCmd.Use = "delivery-kit"
38+
werfRootCmd.Aliases = []string{"dk"}
3939
werfRootCmd = ReplaceCommandName("werf", "d8 dk", werfRootCmd)
4040
werfRootCmd.Short = "A set of tools for building, distributing, and deploying containerized applications"
4141
werfRootCmd.Long = werfRootCmd.Short + "."

0 commit comments

Comments
 (0)