amazon-ecs-cli-v2: Release v0.0.8
Pre-release
Pre-release
🎉 Features, enhancements, and bug fixes
- feature(#816): New application type
Backend App
is now supported withapp init
. You can now create services that are not accessible from the internet. - feature(#746): New command
app status
displays the running status of your application. - feature(#776): New command
wiki
opens the CLI documentation in your browser. - feature(#782):
app deploy
now accepts--resource-tags
flag to add your custom tags while deploying an application. - feature(#772):
project init
now accepts--resource-tags
flag to add your custom tags to all project resources. - enhancement(#718):
init
andapp init
now parses your Dockerfile to detect if there is an exposed port number. - enhancement(#824):
app init --help
shows a more user-friendly help menu. - fix(#831):
app logs --follow
displays logs from new tasks as you scale your service. - fix(#766): Running
project init
in a workspace registered to a different project will now error as expected. - fix(#552, #763, #801, #836):
app init
,env init
,pipeline init
,project delete
is now idempotent.
🚨 Backwards incompatible changes
- feature(#789): Tags are now propagated to your application's ECS tasks.
- fix(#854): The pipeline stack generated with
pipeline update
now is set to the name in your pipeline manifest. - fix(#770):
app show
now uses the flag--name
instead of--app
to display an application's details. - fix(#771):
project show
now uses the flag--name
instead of--project
to display a project's details.