wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.97k stars 263 forks source link

What is the "awlessid" when listing route53 records? #176

Closed deinspanjer closed 6 years ago

deinspanjer commented 6 years ago

Is there any way to use it as a reference or short cut so you don't have to specify every parameter (name type record ttl zone) when you are trying to delete a record?

fxaguessy commented 6 years ago

That's a very good suggestion that we will implement! At first, awlessId was created in records because there was no ID of record in AWS API (and we need one ID in awless). But, for now, you can only use it with awless show awls-1a1b102. But a nice extension is to use it also in templates. We will try to implement that for next release, stay tuned.

fxaguessy commented 6 years ago

This has been implemented in 633d5527840c265cb39b1cb8a178dc4837fa0466.

You can now delete a record with

by building latest awless with go get or waiting next release)