From c1ca989d409aa6a270c1c8794d31c7ae3d468cf2 Mon Sep 17 00:00:00 2001 From: Pengyuan Zhao Date: Wed, 16 Oct 2024 13:32:51 -0400 Subject: [PATCH] chore: show component command in lacework --help --- cli/cmd/component.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/cmd/component.go b/cli/cmd/component.go index de237a0d5..c1c2e0b91 100644 --- a/cli/cmd/component.go +++ b/cli/cmd/component.go @@ -41,7 +41,6 @@ var ( // componentsCmd represents the components command componentsCmd = &cobra.Command{ Use: "component", - Hidden: true, Aliases: []string{"components"}, Short: "Manage components", Long: `Manage components to extend your experience with the Lacework platform`,