Changelog
- Fix
--suspend-auto-scaling
and--resume-auto-scaling
didn't work. (#497 @fujiwara) - Fix ECS service cannot wait stable that uses CodeDeploy. (#500 @hrfmmr, #502, #504)
- Fix
run --revision
flags doesn't work with--skip-task-definition
(#505 @fujiwara)- v2.0.4 shows warnings when
--latest-task-definition
and--revision
flag both. The--revision
is preferred.
- v2.0.4 shows warnings when
- Add
delete --terminate
flag. (#512 @fujiwara)- By historical reason,
ecspresso delete --force
means "without confirmation". Butaws ecs delete-service --force
means "delete the service and related tasks". - A
--terminate
flag provides behavior the same asaws ecs delete-service --force
.
- By historical reason,