Skip to content

Commit 8feacb2

Browse files
committed
Remove aliases
1 parent 4c26354 commit 8feacb2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/cmd/ephemeralenvironment/deprovision-project/deprovision_project.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ func NewCmdDeprovisionProject(f factory.Factory) *cobra.Command {
108108
Short: "Deprovision an ephemeral environment for a project",
109109
Long: "Deprovision an ephemeral environment in Octopus Deploy for a specific project",
110110
Example: heredoc.Docf("$ %s ephemeral-environment deprovision-project", constants.ExecutableName),
111-
Aliases: []string{"new"},
112111
RunE: func(c *cobra.Command, _ []string) error {
113112
opts := NewDeprovisionProjectOptions(createFlags, cmd.NewDependencies(f, c), c)
114113

0 commit comments

Comments
 (0)