Skip to content

Commit 93032e2

Browse files
committed
Update environment message in cluster up command
1 parent 95e603c commit 93032e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/cluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ var _upCmd = &cobra.Command{
167167
exit.Error(ErrorClusterUp(out + helpStr))
168168
}
169169

170-
fmt.Printf(console.Bold("\nan environment named \"%s\" has been configured for this cluster; append `--env %s` to cortex commands to reference it, or set it as your default with `cortex env default %s`\n"), _flagClusterEnv, _flagClusterEnv, _flagClusterEnv)
170+
fmt.Printf(console.Bold("\nan environment named \"%s\" has been configured for this cluster; append `--env %s` to cortex commands to connect to it (e.g. `cortex deploy --env %s`), or set it as your default with `cortex env default %s`\n"), _flagClusterEnv, _flagClusterEnv, _flagClusterEnv, _flagClusterEnv)
171171
},
172172
}
173173

0 commit comments

Comments
 (0)