awslabs / fargatecli

CLI for AWS Fargate
Apache License 2.0
893 stars 114 forks source link

Begin refactoring of lb commands #36

Closed jpignata closed 6 years ago

jpignata commented 6 years ago

This pull refactors a subset of the lb commands and the underlying pkgs used to implement them including alias, create, and list. This is quite a large pull, and the work isn't complete, but it's beyond the size I'm comfortable with remaining pending in a topic branch, so I want to merge it in and continue the refactoring in smaller pulls.

No significant behavior changes are included in this pull. This pull only introduces changes required for test coverage, those tests, and output and code style changes.