From 7167c57ba616274a34210318d0d0854dc7cd4747 Mon Sep 17 00:00:00 2001 From: Shivang Shandilya <101946115+ShivangShandilya@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:02:58 +0530 Subject: [PATCH] Removing `example structure` from armadactl (#2551) * Update root.go * Update root.go * Update root.go * Update root.go * Update root.go --- cmd/armada-load-tester/cmd/root.go | 10 +--------- cmd/testsuite/cmd/root.go | 7 ------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/cmd/armada-load-tester/cmd/root.go b/cmd/armada-load-tester/cmd/root.go index f9682cb4240..5f2bcfb59c3 100644 --- a/cmd/armada-load-tester/cmd/root.go +++ b/cmd/armada-load-tester/cmd/root.go @@ -21,15 +21,7 @@ var rootCmd = &cobra.Command{ Command line utility to submit many jobs to armada Persistent config can be saved in a config file so it doesn't have to be specified every command. - -Example structure: -armadaUrl: localhost:50051 -basicAuth: - username: user1 - password: password123 - -The location of this file can be passed in using --config argument or picked from $HOME/.armadactl.yaml. -`, +The location of this file can be passed in using --config argument or picked from $HOME/.armadactl.yaml.`, } // Execute adds all child commands to the root command and sets flags appropriately. diff --git a/cmd/testsuite/cmd/root.go b/cmd/testsuite/cmd/root.go index 89e9a4e0b2d..4c793277d09 100644 --- a/cmd/testsuite/cmd/root.go +++ b/cmd/testsuite/cmd/root.go @@ -18,13 +18,6 @@ func RootCmd() *cobra.Command { Long: `testsuite is a suite of automated tests for Armada deployments. Persistent config can be saved in a config file so it doesn't have to be specified every command. - -Example structure: -armadaUrl: localhost:50051 -basicAuth: -username: user1 -password: password123 - The location of this file can be passed in using the --config argument. If not provided, $HOME/.armadactl.yaml is used.`, }