Skip to content

Commit 33ef905

Browse files
authored
hide install run-preflights command (#2163)
1 parent 83b9b6d commit 33ef905

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/installer/cli/install_runpreflights.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ func InstallRunPreflightsCmd(ctx context.Context, name string) *cobra.Command {
1717
var flags InstallCmdFlags
1818

1919
cmd := &cobra.Command{
20-
Use: "run-preflights",
21-
Short: "Run install host preflights",
20+
Use: "run-preflights",
21+
Short: "Run install host preflights",
22+
Hidden: true,
2223
PreRunE: func(cmd *cobra.Command, args []string) error {
2324
if err := preRunInstall(cmd, &flags); err != nil {
2425
return err

0 commit comments

Comments
 (0)