You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This is a natural way to express a lookup to find the id for the apex record:
dnsme records -name "" -o json example.com
But the filter fails and all records for the domain instead. I realize in option parsing you would normally want to treat the empty string as a missing value, but for a DNS API, it seems it should work to look up apex records. Otherwise it's not clear how they would be found.