Alpha release 0.0.20
Pre-release
Pre-release
You can find attached binaries for OSX, Linux and Windows. Note that Windows has only been lightly tested
Changelog
Features
- Auto completion of id/name to help fill in easily any missing info before template execution
- Better error messaging on parsing template errors
- Infra: basic support of RDS: listing, creation and deletion of databases and database subnets:
awless list databases/dbsubnetgroups
;awless create/delete database/dbsubnetgroup
- Infra: attach/detach an
instance
to atargetgroup
- Infra: delete tag:
awless delete tag
- Access: create an AWS access key for a user
- DNS: allow to revert creation/deletion of records
- #80 DNS: return the ChangeInfo id when creating/deleting a record
Bugfixes
- #79:
awless list records
do not add new lines between records. - Better compute table columns width to adjust the number of columns to display exactly to the terminal width.