This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
gandi record update issues #220
Comments
Hello, thank you for opening this issue. It seems that you have found two different bugs, both related to record update. I'll see how to fix this asap, the fix will be available on the master branch on github, if you have installed the CLI using github you will just have to update your repository. |
Yes as the process fail to update the record, the zone created is still present after the error, only not activated, I'll see if we can delete the zone in case of error to avoid this. So you found 3 bugs in one issue, there should be an award for that :) |
@axelsimon The master branch has been updated with a fix for your 3 issues, if you can test and validate this ? Thanks |
I had the same problem and it's now working fine. Thx. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment
OS/kernel:
as well as
Gandi cli version:
Issue
Hi,
Trying to update a TXT record to set a secret for the letsencrypt DNS challenge, using:
returns the following error:
Also, the documentation mentions the following way to update a record:
But executing:
gandi.cli returns:
The documentation and
gandi record update --help
say to mention the record state, but in this case gandi cli understands IN to be a record type.:Also, it might be worth mentioning the CLI help says to put the current and new record values between single quotes
'
whereas the README.md says to put them between double quotes"
. Not sure which one is the right one. In any case, the documentation doesn't mention what to do if the record itself contains double quotes. I escaped them, but some clarification in the documentation would be nice.Hope this helps.
The text was updated successfully, but these errors were encountered: