Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 8557ea8

Browse files
authored
fix: add rm alias for acorn container kill (#942)
Signed-off-by: Joshua Silverio <[email protected]>
1 parent 1970d72 commit 8557ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cli/containers_rm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ func NewContainerDelete() *cobra.Command {
1515
acorn container kill app-name.containername-generated-hash`,
1616
SilenceUsage: true,
1717
Short: "Delete a container",
18+
Aliases: []string{"rm"},
1819
})
1920
return cmd
2021
}

0 commit comments

Comments
 (0)