barnybug / cli53

Command line tool for Amazon Route 53

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return of rrlist (or something similar)

mcdonamw opened this issue · comments

Issue type

  • Feature idea

I need loop through a bunch of domains to update a TXT record that may have multiple existing values, whereby I must replace one or more existing values with another, e.g., replace an existing SPF record value. I see no other way to do this outside of querying for the existing record values, replace what I need to replace, and then rrcreate --replace the existing record with new set of values.

Unless I'm overlooking something, I see no way to query the existing record with cli53 today, forcing me to use a different command entirely to query the existing record. I know there's an export option, but exporting hundreds of zones and parsing exports of hundreds/thousands of records in each is not at all desired.

cli53 version (cli53 --version)

cli53 version 0.8.22

OS / Platform

Windows 11

Steps to reproduce

Example: Cli53 rrlist mydomain.com www TXT

Expected behaviour

Command output all relevant TXT records associated with www.mydomain.com

Actual behaviour

N/A - feature doesn't exist

Have you checked if the documentation has the information you require?

Yes, I have.

Could you contribute a fix or help testing with this issue?

I could help test if it were simply running an exe, but I could not contribute, sorry.