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.
The dnsme record subcommand collects and sends the -value option to the remote REST API, which is ignored because the REST API expects a 'data' parameter instead.
Either the dnsme API needs to be updated to match what the server expects, or the code should be updated to continue to continue to collect '-value' here.
I recommend updating the code to use -data instead of -value. That's consistent with how the rest of the client mirrors the REST API. Also, there's not really a concern about backcompat here-- the -value option isn't doing anything anyway.
I'm part way done with a patch for this, so I'll go ahead and finish one up.