diff --git a/cmd/image-builder/main.go b/cmd/image-builder/main.go index bc33e7f..b00de87 100644 --- a/cmd/image-builder/main.go +++ b/cmd/image-builder/main.go @@ -473,7 +473,7 @@ operating systems like Fedora, CentOS and RHEL with easy customizations support. RunE: cmdDescribeImg, SilenceUsage: true, Args: cobra.ExactArgs(1), - Hidden: true, + Hidden: false, Aliases: []string{"describe-image"}, } describeImgCmd.Flags().String("arch", "", `use the different architecture`)