Skip to content

Commit 9ecfa47

Browse files
authored
chore: remove invalid alias from project branch (#505)
1 parent 0dc7bfd commit 9ecfa47

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pkg/cmd/project/branch/branch.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ import (
1313

1414
func NewCmdBranch(f factory.Factory) *cobra.Command {
1515
cmd := &cobra.Command{
16-
Use: "branch <command>",
17-
Aliases: []string{"variable"},
18-
Short: "Manage project branches",
19-
Long: "Manage project branches in Octopus Deploy",
16+
Use: "branch <command>",
17+
Short: "Manage project branches",
18+
Long: "Manage project branches in Octopus Deploy",
2019
Example: heredoc.Docf(`
2120
$ %[1]s project branch list "Deploy Web App"
2221
$ %[1]s project branch create -p "Deploy Web App" --new-branch-name add-name-variable --base-branch refs/heads/main -

0 commit comments

Comments
 (0)