Beta Release v0.1.4
You can find attached binaries for OSX, Linux and Windows
Changelog
Features
- Local storage of cloud data (RDF store) now done using the NTriples text format instead of a binary format (transition completely transparent for the user). New format allows more friendly git revisioning of data compared to a binary format.
- #87: Customize columns displayed in
awless list
with--columns
:awless ls instances --sort name --columns name,vpc,state,privateip
- Global
--no-sync
flag to not run any sync on command awless show policy-name/policy-id
now displays the current policy Document (in JSON).
AWS Services
- Update IAM policies, to add statements with
awless update policy
- Add ACM certificates in infra:
awless list certificates
awless create/delete/check certificate domains=my.firstdomain.com,my.seconddomain.com validation-domains=firstdomain.com,seconddomain.com
- #123: Listing route tables display the association IDs.
Fixes
awless ssh --through
: no reusing same conn to avoid EOF. Bug: only first user (amazonlinux) was successful (usually ec2-user) !!awless ssh --through
: on new proxy client catching error that where shadowed