forked from TrueCloudLab/lego
hyperone: add 'since' tag in documentation (#1310)
This commit is contained in:
parent
1af9299a83
commit
09be7e1f3e
3 changed files with 3 additions and 2 deletions
|
@ -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:`)
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue