Skip to content

Commit

Permalink
sort dr commands
Browse files Browse the repository at this point in the history
  • Loading branch information
no-itsbackpack committed Sep 13, 2022
1 parent a50c3e2 commit 4b3cff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/deployrequest/dr.go
Expand Up @@ -21,12 +21,12 @@ func DeployRequestCmd(ch *cmdutil.Helper) *cobra.Command {
cmd.MarkPersistentFlagRequired("org") // nolint:errcheck

cmd.AddCommand(ApplyCmd(ch))
cmd.AddCommand(EditCmd(ch))
cmd.AddCommand(CancelCmd(ch))
cmd.AddCommand(CloseCmd(ch))
cmd.AddCommand(CreateCmd(ch))
cmd.AddCommand(DeployCmd(ch))
cmd.AddCommand(DiffCmd(ch))
cmd.AddCommand(EditCmd(ch))
cmd.AddCommand(ListCmd(ch))
cmd.AddCommand(ReviewCmd(ch))
cmd.AddCommand(ShowCmd(ch))
Expand Down

0 comments on commit 4b3cff6

Please sign in to comment.