forked from TrueCloudLab/lego
Auto-detection of the project ID for gcloud. (#1028)
This commit is contained in:
parent
ca42cc42a0
commit
4f72de468d
7 changed files with 99 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue