- update `boto` to 1.2.2
- fix for wilcard default name filter in `ebzl instances`
- try to fetch AWS credentials from the environment if profile name not provided
2015-12-05
- use a wildcard as a default name filter in `ebzl instances` (`--name="*"`)
2015-11-10
- bug fix: strip variable names when using `ebzl env` with `--var-file`
2015-11-01
- add `format.print_table`
- use `format.print_table` for `instances` module
- `instances`: print CF stack name if available
2015-10-14
- added a license file
2015-09-15
- `ebzl list -a $applicationName -E` to list application's environments
- `ebzl version -e $environmentName` to get the version that the environment is running
2015-08-27
- bug fix
- `ebzl delete` for deleting Beanstalk application version
2015-08-19
- add contribution guidelines: `CONTRIBUTING.md`
- `AWS_DEFAULT_PROFILE` environment variable to allow user to specify default profile/credentials
2015-08-17
- bump boto3 version to 1.1.1
- `ebzl instances -n` display Name tag value (and sorts the output by it)
- respect default profile from `credentials` file
2015-07-29
- added `ecs` module for creating & running EC2 Container Service tasks
- note: `ecs` uses `boto3`
2015-07-28
- set environment variables with `ebzl env --var-file PATH`
- `--version` not required for `create`, `deploy` and `bundle` anymore
2015-07-26
- set environment variables with `ebzl env -v FOO=BAR`
2015-07-21
- `bundle` bug fixes
2015-07-09
- added ebzl to PyPi: https://pypi.python.org/pypi/ebzl
- don't require `--app-name` in `env` & `instances` anymore
- Python 3 compatibility
2015-07-08
- `instances`: get EC2 instances by name with `ebzl instances -n InstanceName`,
displays instance id, public and private IP (if exists)
2015-06-28
- ported `--format` feature from ebizzle.
- `--region` is not required anymore, ebzl will try to determine it based on
`~/.aws/config` and quit with an error message if fails
- common helpers for parameters handling
- added a change log