Skip to content

Commit bf3bde9

Browse files
authored
Merge pull request #4133 from jandubois/tmpl-cmd
Don't hide template subcommand anymore but mark it EXPERIMENTAL
2 parents 9d5f469 + 38d1738 commit bf3bde9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cmd/limactl/template.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ func newTemplateCommand() *cobra.Command {
2525
templateCommand := &cobra.Command{
2626
Use: "template",
2727
Aliases: []string{"tmpl"},
28-
Short: "Lima template management",
28+
Short: "Lima template management (EXPERIMENTAL)",
2929
SilenceUsage: true,
3030
SilenceErrors: true,
3131
GroupID: advancedCommand,
32-
// The template command is still hidden because the subcommands and options are still under development
33-
// and subject to change at any time.
34-
Hidden: true,
3532
PreRun: func(*cobra.Command, []string) {
3633
logrus.Warn("`limactl template` is experimental")
3734
},

0 commit comments

Comments
 (0)