1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-25 11:02:56 +02:00

hyperone: add 'since' tag in documentation (#1310)

This commit is contained in:
Adam Dobrawy 2020-11-28 04:06:24 +01:00 committed by GitHub
parent 1af9299a83
commit 09be7e1f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -911,7 +911,7 @@ func displayDNSHelp(name string) error {
// generated from: providers/dns/hyperone/hyperone.toml
ew.writeln(`Configuration for HyperOne.`)
ew.writeln(`Code: 'hyperone'`)
ew.writeln(`Since: ''`)
ew.writeln(`Since: 'v3.9.0'`)
ew.writeln()
ew.writeln(`Additional Configuration:`)

View File

@ -9,7 +9,7 @@ slug: hyperone
<!-- providers/dns/hyperone/hyperone.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
Since:
Since: v3.9.0
Configuration for [HyperOne](https://www.hyperone.com).

View File

@ -2,6 +2,7 @@ Name = "HyperOne"
Description = ''''''
URL = "https://www.hyperone.com"
Code = "hyperone"
Since = "v3.9.0"
Example = '''
lego --email myemail@example.com --dns hyperone --domains my.example.org run