-
Notifications
You must be signed in to change notification settings - Fork 409
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
Implement envtool shell read
subcommand
#2626
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2626 +/- ##
=======================================
Coverage 28.24% 28.24%
=======================================
Files 421 421
Lines 20846 20846
=======================================
Hits 5887 5887
Misses 14361 14361
Partials 598 598
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Let's rename cat
to read
everywhere
Please run |
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.
With the current approach task pacakges
doesn't work anymore. I tried it on Mac, and it failed. But when I run task packages
from the main
branch, it works. So, it needs to be fixed.
The version should be calculated before docker buildx
is called, so an approach with calling a command (sh:
) needs to be kept.
Added back the sh. thx for your review |
cat
command to envtool
envtool shell read
subcommand
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.
Thanks for contributing! The proposed approach looks good to me.
I renamed the PR title, so it matches the issue title - we describe the command we implement.
envtool shell read
subcommand envtool shell read
subcommand
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.
LGTM!
Description
Closes #2615.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.