We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc7bfd commit 9ecfa47Copy full SHA for 9ecfa47
1 file changed
pkg/cmd/project/branch/branch.go
@@ -13,10 +13,9 @@ import (
13
14
func NewCmdBranch(f factory.Factory) *cobra.Command {
15
cmd := &cobra.Command{
16
- Use: "branch <command>",
17
- Aliases: []string{"variable"},
18
- Short: "Manage project branches",
19
- Long: "Manage project branches in Octopus Deploy",
+ Use: "branch <command>",
+ Short: "Manage project branches",
+ Long: "Manage project branches in Octopus Deploy",
20
Example: heredoc.Docf(`
21
$ %[1]s project branch list "Deploy Web App"
22
$ %[1]s project branch create -p "Deploy Web App" --new-branch-name add-name-variable --base-branch refs/heads/main -
0 commit comments