summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2023-03-28 13:46:29 +0200
committerGitHub <noreply@github.com>2023-03-28 13:46:29 +0200
commit7abb2ee05391c11e39e867ea38eee389daae6117 (patch)
treed1bfe6db2e359f57b48a32220bcff80d1434f408 /client
parent7ededea9c2ae99c93aee9ae36cdc9227e3fc7f2b (diff)
make nicer
- imho this could be removed - I don't think this is a good place to lecture the user - users deploying to prod for the first time using the guide will see this, it should not warn, it is normal to do this
Diffstat (limited to 'client')
-rw-r--r--client/go/internal/cli/cmd/prod.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/internal/cli/cmd/prod.go b/client/go/internal/cli/cmd/prod.go
index 57b7abe5b6e..f124ac813a8 100644
--- a/client/go/internal/cli/cmd/prod.go
+++ b/client/go/internal/cli/cmd/prod.go
@@ -145,7 +145,7 @@ $ vespa prod submit`,
return err
}
if !cli.isCI() {
- cli.printWarning("We recommend doing this only from a CD job", "See https://cloud.vespa.ai/en/getting-to-production")
+ cli.printDebug("We recommend doing this only from a CD job, See https://cloud.vespa.ai/en/getting-to-production")
}
opts, err := cli.createDeploymentOptions(pkg, target)
if err != nil {