amazon-ecs-cli icon indicating copy to clipboard operation
amazon-ecs-cli copied to clipboard

Refactor `OptionalRegionalAndProfileFlags()`

Open SoManyHs opened this issue 6 years ago • 0 comments

Several flags are bundled into this one flag method, so it is hard to use region flag, ecs-profile flag, etc. in a more modular way. It also means some of our flags are confusing/not applicable on certain commands (e.g. on ecs-cli push, cluster config is not necessary).

SoManyHs avatar Jul 08 '19 22:07 SoManyHs