We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying this command:
awless -p XXXX -r ap-southeast-1 list records --filter name=xxx --columns type,name,records
I do get the output, but the ALIAS records do not display in the route53 output.
Is this a bug or a missing feature ?
The text was updated successfully, but these errors were encountered:
Well spotted! Thanks @varunchandak
Missing in the implementation. I am correcting that now. Should be part of the 0.1.9 that will be released probably tomorrow.
(We will create a new column ALIAS though ... no real choice with the way the current AWS API is done)
Sorry, something went wrong.
Route53 records listing now contains aliases #181
5018037
This is in 0.1.9 which has been released.
No branches or pull requests
Trying this command:
I do get the output, but the ALIAS records do not display in the route53 output.
Is this a bug or a missing feature ?
The text was updated successfully, but these errors were encountered: