diff --git a/cmd/orchestration/root.go b/cmd/orchestration/root.go index 0c0017ff..f12234c6 100644 --- a/cmd/orchestration/root.go +++ b/cmd/orchestration/root.go @@ -13,7 +13,6 @@ func NewCommand() *cobra.Command { return fctl.NewStackCommand("orchestration", fctl.WithAliases("orch", "or"), fctl.WithShortDescription("Orchestration"), - fctl.WithHidden(), fctl.WithChildCommands( instances.NewCommand(), workflows.NewCommand(),