From 82374f9074674ec5ef8892fe6fbddfc5e54ed65d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:44:40 +0000 Subject: [PATCH 1/2] Initial plan From 3ba31cc7762fd4c571f40fa5eca39585931fe202 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:47:45 +0000 Subject: [PATCH 2/2] test: assert schedule, backup-location, must-gather, setup in root help --- integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test.go b/integration_test.go index 093f21d88..8c8d28d12 100644 --- a/integration_test.go +++ b/integration_test.go @@ -135,7 +135,7 @@ func TestCommandArchitecture(t *testing.T) { binaryPath := testutil.BuildCLIBinary(t) t.Run("all major commands exist", func(t *testing.T) { - majorCommands := []string{"backup", "restore", "nabsl-request", "nonadmin", "client", "version"} + majorCommands := []string{"backup", "restore", "schedule", "backup-location", "nabsl-request", "nonadmin", "client", "must-gather", "setup", "version"} output, _ := testutil.RunCommand(t, binaryPath, "--help")