copilot-cli: Release v0.2.0
Bug fixes
- Addon templates no longer require an IAM ManagedPolicy to render (#1075)
- HEALTHCHECK instructions from a Dockerfile are now parsed as an array for a backend service (#1082)
- Stop deleting the ECR repository and SSM parameter when removing a service from an environment (#1127)
- The
svc package
command uses the application's domain name if provided (#1150) - Providing the domain name is only required once while initializing an application (#1156)
- The example for
pipeline init
now uses the correct flag name (#1114)
Features and enhancements
- Add new command
storage init
to add an S3 bucket or DynamoDB table to your service (#1141) pipeline status
,pipeline show
, andenv show
are now visible commands (#1132, #1160)- Display pipeline stages in a tree format and with colors when running
pipeline status
(#1070, #1078)
Contributions
Thank you so much for the contributions 🙏
@carlosafonso (#1114)
@chenrui333 (#1163, #1164)
@trashhalo (#1165)