amazon-ecs-cli
amazon-ecs-cli copied to clipboard
Add force flag for local create/up
We want to add a --force flag that will enable customers to always write to the default compose files, without a confirmation prompt if they already exist.
And local up? I always want it to overwrite docker-compose.ecs-local.yml when I run ecs-cli local up -f task-def.json, so I'd like to do --force
@clareliguori should we ever force overwrite the overrides compose file?
I dont think so, no