Include link where to sign up in pulumi login (#1336)

This commit is contained in:
Justin Van Patten 2018-05-07 16:35:08 -07:00 committed by GitHub
parent a5e92b9497
commit 45c7e79766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,7 +168,7 @@ func Login(d diag.Sink, cloudURL string) (Backend, error) {
fmt.Printf("Using access token from %s\n", AccessTokenEnvVar)
} else {
token, readerr := cmdutil.ReadConsoleNoEcho(
fmt.Sprintf("Enter your Pulumi access token from %s", cloudConsoleURL(cloudURL, "account")))
fmt.Sprintf("Sign in to Pulumi and enter your access token from %s", cloudConsoleURL(cloudURL, "account")))
if readerr != nil {
return nil, readerr
}