We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d5f469 + 38d1738 commit bf3bde9Copy full SHA for bf3bde9
cmd/limactl/template.go
@@ -25,13 +25,10 @@ func newTemplateCommand() *cobra.Command {
25
templateCommand := &cobra.Command{
26
Use: "template",
27
Aliases: []string{"tmpl"},
28
- Short: "Lima template management",
+ Short: "Lima template management (EXPERIMENTAL)",
29
SilenceUsage: true,
30
SilenceErrors: true,
31
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,
35
PreRun: func(*cobra.Command, []string) {
36
logrus.Warn("`limactl template` is experimental")
37
},
0 commit comments