From 367fc6f27088c8eaa92abb642fa75a814ebe2795 Mon Sep 17 00:00:00 2001 From: Evans Mungai Date: Mon, 9 Feb 2026 17:46:24 +0000 Subject: [PATCH] chore: add network report to help Reading airgap network reports is publicly available in our docs but the CLI subcommand does not document it. This commit adds the documentation to the CLI subcommand. Signed-off-by: Evans Mungai --- cli/cmd/network_report.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/network_report.go b/cli/cmd/network_report.go index 00cf4ecba..698889678 100644 --- a/cli/cmd/network_report.go +++ b/cli/cmd/network_report.go @@ -38,7 +38,7 @@ replicated network report --summary replicated network report --watch`, RunE: r.getNetworkReport, ValidArgsFunction: r.completeNetworkIDs, - Hidden: true, + Hidden: false, } parent.AddCommand(cmd)