aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-12-01 08:08:48 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-12-01 08:08:48 +0100
commitea0b7882e48052362b3e3f139fa58f91529eb9a1 (patch)
tree3b50efaa4e987c9eaaa38869bf3e6987e0f64b07 /client
parent6bd9fe70cae2a45a49d4a43190f35aae2288902d (diff)
Add zone flag to test scommand
Diffstat (limited to 'client')
-rw-r--r--client/go/cmd/test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/go/cmd/test.go b/client/go/cmd/test.go
index 7c49703595e..4f01de823ea 100644
--- a/client/go/cmd/test.go
+++ b/client/go/cmd/test.go
@@ -25,6 +25,7 @@ import (
func init() {
rootCmd.AddCommand(testCmd)
+ testCmd.PersistentFlags().StringVarP(&zoneArg, zoneFlag, "z", "dev.aws-us-east-1c", "The zone to use for deployment")
}
var testCmd = &cobra.Command{