Alpha release 0.0.15
Pre-release
Pre-release
You can find attached binaries for OSX, Linux and Windows. Note that Windows has only been lightly tested
Changelog
As model/relations for resources may evolve, if you have any issues with models related commands, you can run rm -Rf ~/.awless/aws/rdf
to start a fresh RDF model.
Features
- #6: Create Linux installer shell script:
curl https://raw.githubusercontent.com/wallix/awless/master/getawless.sh | bash
- #42, #60, #66: Better load AWS credentials (support profile credentials, MFA and crossaccount profile access)
- #32: Basic support of SNS (CRUD for topics and subscriptions)
- #32: Basic support of SQS (CRUD for queues)
- #53: Filter results in listings. Ex:
awless ls instances --filter state=running,"Access Key"=my-key
or the equivalentawless list instances --filter state=running --filter "Access Key"=my-key
- Better help menus by splitting one-liner template commands from general commands
- Run template: better dialog and remove noisy info
- Template validation: notify on unexpected params; check names unicity against local graph
- Log contextual error instead of hard failure when user has no rights to sync a service