From 6555011907ff1255505025a6f05ede6733f1d2ce Mon Sep 17 00:00:00 2001 From: Geoffrey Ragot Date: Thu, 7 May 2026 14:39:36 +0200 Subject: [PATCH] chore: expose flows command --- cmd/orchestration/root.go | 1 - 1 file changed, 1 deletion(-) 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(),