aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal/cli/cmd/root.go
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2023-02-17 11:55:14 +0000
committerArne Juul <arnej@yahooinc.com>2023-02-17 11:55:14 +0000
commit1f6a478c42696fcdee5121dc2c737282666c43b7 (patch)
tree46c4305d0994f10fb1a1e034d5a73b8476b4a905 /client/go/internal/cli/cmd/root.go
parent91ff6d377ccc5bc0cfe04eaaa35be1d4a720a7bf (diff)
add "visit" as vespa cli command
Diffstat (limited to 'client/go/internal/cli/cmd/root.go')
-rw-r--r--client/go/internal/cli/cmd/root.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/go/internal/cli/cmd/root.go b/client/go/internal/cli/cmd/root.go
index faba6bbbfd4..70a9698c612 100644
--- a/client/go/internal/cli/cmd/root.go
+++ b/client/go/internal/cli/cmd/root.go
@@ -250,6 +250,7 @@ func (c *CLI) configureCommands() {
rootCmd.AddCommand(statusCmd) // status
rootCmd.AddCommand(newTestCmd(c)) // test
rootCmd.AddCommand(newVersionCmd(c)) // version
+ rootCmd.AddCommand(newVisitCmd(c)) // visit
}
func (c *CLI) printErr(err error, hints ...string) {