liara: add support for team ID (#2867)

This commit is contained in:
Ludovic Fernandez 2026-02-22 14:14:18 +01:00 committed by GitHub
commit 7d459b59c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 76 additions and 16 deletions

View file

@ -2394,6 +2394,7 @@ func displayDNSHelp(w io.Writer, name string) error {
ew.writeln(` - "LIARA_HTTP_TIMEOUT": API request timeout in seconds (Default: 30)`)
ew.writeln(` - "LIARA_POLLING_INTERVAL": Time between DNS propagation check in seconds (Default: 2)`)
ew.writeln(` - "LIARA_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation in seconds (Default: 60)`)
ew.writeln(` - "LIARA_TEAM_ID": The team ID to access services in a team`)
ew.writeln(` - "LIARA_TTL": The TTL of the TXT record used for the DNS challenge in seconds (Default: 3600)`)
ew.writeln()