fix!: downgrade the global verbose flag#1553
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1553 +/- ##
==========================================
- Coverage 83.99% 83.98% -0.02%
==========================================
Files 119 119
Lines 5306 5314 +8
==========================================
+ Hits 4457 4463 +6
- Misses 602 604 +2
Partials 247 247 ☔ View full report in Codecov by Sentry. |
TerryHowe
left a comment
There was a problem hiding this comment.
There are 17 commands that support verbose and this PR reduces that to 10 which is technically a breaking change, right?
Indeed, it is technically a breaking change. |
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
ace5bf5 to
bedfd51
Compare
What this PR does / why we need it:
verboseflag out ofopts.Commonverboseflags to the following commands:oras pushoras pulloras attachoras cporas manifest pushoras blob pushoras discoverNote
#1533 will be addressed in steps:
verboseflag to command-specific levelverboseflag as deprecatedThe deprecation of the verbose flag will come in a future PR.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes part of #1533
Please check the following list: