Skip to content

Commit 1cbbff2

Browse files
committed
fix(cli): sort commands alphabetically
1 parent 1ad05b1 commit 1cbbff2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal/cli/root.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ func subcommands(cfg *config.Values) []*cli.Command {
112112
)
113113

114114
return []*cli.Command{
115-
list,
116-
generateEntry,
115+
assemble,
117116
create,
118117
enter,
119-
assemble,
118+
ephemeral,
119+
generateEntry,
120+
list,
120121
rm,
121122
stop,
122-
ephemeral,
123123
upgrade,
124124
}
125125
}

0 commit comments

Comments
 (0)