Describe the bug
The usage of the get-zones subcommand does not seem to work like described in https://docs.dnscontrol.org/commands/get-zones
To Reproduce
- According to docs
dnscontrol get-zones --format=nameonly desec all should work as of v4.0 (note: "desec" does exist as entry in my creds.json)
- I get a return code of 1, and the output
Arguments should be: credskey providername zone(s) (Ex: r53 ROUTE53 example.com)
Expected behavior
- the command to return a list of domains registered with that provider
DNS Provider
irrelevant
Additional context
- DNSControl version 4.37.1
- I was previously successfully using
dnscontrol get-zones --format=nameonly desec - all, this does also not work anymore, and returns with the same error message. Quoting the - or bash instead of zsh do not make a difference.
- Only the format
dnscontrol get-zones --format=nameonly desec DESEC all gives expected output, but also gives the hint: WARNING: To retain compatibility in future versions, please change "DESEC" to "-". See "https://docs.dnscontrol.org/commands/get-zones" - which as I said is not working for me
dnscontrol check-creds desec works as expected
Describe the bug
The usage of the
get-zonessubcommand does not seem to work like described in https://docs.dnscontrol.org/commands/get-zonesTo Reproduce
dnscontrol get-zones --format=nameonly desec allshould work as of v4.0 (note: "desec" does exist as entry in my creds.json)Arguments should be: credskey providername zone(s) (Ex: r53 ROUTE53 example.com)Expected behavior
DNS Provider
irrelevant
Additional context
dnscontrol get-zones --format=nameonly desec - all, this does also not work anymore, and returns with the same error message. Quoting the-or bash instead of zsh do not make a difference.dnscontrol get-zones --format=nameonly desec DESEC allgives expected output, but also gives the hint:WARNING: To retain compatibility in future versions, please change "DESEC" to "-". See "https://docs.dnscontrol.org/commands/get-zones"- which as I said is not working for mednscontrol check-creds desecworks as expected