aws / copilot-cli

The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.
https://aws.github.io/copilot-cli/
Apache License 2.0
3.53k stars 417 forks source link

[Feature Request]: `copilot svc exec` option to prevent auto update of SSM #5955

Open cmaerz opened 1 month ago

cmaerz commented 1 month ago

I wish copilot had a option to prevent the SSM Auto Update when running copilot svc exec cause it breaks my CI Pipelines when i try to run a command from the Pipeline Container and breaks the build.

Sth like copilot svc exec --ignore-ssm-updates

KollaAdithya commented 1 month ago

Hello @cmaerz !

Copilot has a flag to prevent the autodates of the SSM plugin.

you can use 'copilot svc exec --no'