copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

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

Open cmaerz opened this issue 1 year ago • 2 comments

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

cmaerz avatar Oct 16 '24 06:10 cmaerz

Hello @cmaerz !

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

~you can use copilot svc exec --no~

edit: copilot svc exec --yes=false

KollaAdithya avatar Oct 23 '24 14:10 KollaAdithya

Hello @KollaAdithya

That doesn't seem to work with the latest version.

$ copilot -v copilot version: v1.34.0

copilot svc exec --no ✘ unknown flag: --no

marcelmulder avatar Nov 29 '24 10:11 marcelmulder