-
Notifications
You must be signed in to change notification settings - Fork 37
feat: aws_accounts:* commands [SC-35549] #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fix a couple bugs in aws_accounts:* commands and add a couple new ones.
``` make build # use ruby=2.3.1, bundler=1.17.3 to build the docker image make test # run the spec tests with ruby=2.3.1, bundler=1.17.3ruby 2.3.1 and bundler 1.17.3 make lint # run lint with ruby=2.3.1, bundler=1.17.3 make test RUBY_VERSION=2.7 # ruby=2.7, bundler=1.17.3 make test RUBY_VERSION=3.3 # ruby=3.3, bundler=<default for 3.3> ```
…to handle some dependency version gymanstics
madhuravius
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
documentation / clarity request, i thinke verything else here lgtm
i don't feel comfortable in shipping a require logger without either having it in docs and/or clearly marked in docker-compose so users are aware of this value. it's unlikely to collide but feels like it's sneaking in a dependency users may not be aware of
fix a couple bugs in aws_accounts:* commands and add a couple new ones.