From 4598554c41c4db64cee00a0578650c928ce210e7 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Thu, 13 Jun 2024 11:31:47 +0200 Subject: Remove mention of internal env var --- client/go/internal/cli/cmd/deploy.go | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'client/go/internal') diff --git a/client/go/internal/cli/cmd/deploy.go b/client/go/internal/cli/cmd/deploy.go index f15c1879c0a..9d4f138b6e8 100644 --- a/client/go/internal/cli/cmd/deploy.go +++ b/client/go/internal/cli/cmd/deploy.go @@ -42,13 +42,9 @@ completed. If application directory is not specified, it defaults to working directory. -When deploying to Vespa Cloud the system can be overridden by setting the -environment variable VESPA_CLI_CLOUD_SYSTEM. This is intended for internal use -only. - -In Vespa Cloud you may override the Vespa runtime version for your deployment. -This option should only be used if you have a reason for using a specific -version. By default Vespa Cloud chooses a suitable version for you. +In Vespa Cloud you may override the Vespa runtime version (--version) for your +deployment. This option should only be used if you have a reason for using a +specific version. By default Vespa Cloud chooses a suitable version for you. `, Example: `$ vespa deploy . $ vespa deploy -t cloud -- cgit v1.2.3