Auto-detection of the project ID for gcloud. (#1028)

This commit is contained in:
James 2020-01-04 11:18:34 -05:00 committed by Ludovic Fernandez
parent ca42cc42a0
commit 4f72de468d
7 changed files with 99 additions and 9 deletions

View file

@ -664,7 +664,7 @@ func displayDNSHelp(name string) error {
ew.writeln(`Credentials:`)
ew.writeln(` - "Application Default Credentials": [Documentation](https://cloud.google.com/docs/authentication/production#providing_credentials_to_your_application)`)
ew.writeln(` - "GCE_PROJECT": Project name`)
ew.writeln(` - "GCE_PROJECT": Project name (by default, the project name is auto-detected by using the metadata service)`)
ew.writeln(` - "GCE_SERVICE_ACCOUNT": Account`)
ew.writeln(` - "GCE_SERVICE_ACCOUNT_FILE": Account file path`)
ew.writeln()