You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the ORAS diagnose experience proposal, we should mark the --verbose flag as deprecated for oras pull, oras push, oras attach, and oras discover commands.
For oras pull, oras push, oras attach commands, we should output the detailed status output by default. As a result, the output with and without --verbose will be identical.
For oras discover, we do not change the default output.
- Deprecate the `--verbose` flag and keep `--debug` flag to avoid ambiguity. It is reasonable to continue using `--debug` to enable the output of `DEBUG` level logs as it is in ORAS. Meanwhile, this change will make the diagnose experience much more straightforward and less breaking since only ORAS `pull/push/attach/discover` commands have verbose output.
- Make the verbose output of commands `pull`, `push`, `attach` as the default (status) output. See examples at the bottom.
- Make the verbose output of command `discover` as a formatted output, controlled by `--format tree-full`.
The text was updated successfully, but these errors were encountered:
As per the ORAS diagnose experience proposal, we should mark the
--verbose
flag as deprecated fororas pull
,oras push
,oras attach
, andoras discover
commands.oras pull
,oras push
,oras attach
commands, we should output the detailed status output by default. As a result, the output with and without--verbose
will be identical.oras discover
, we do not change the default output.oras/docs/proposals/diagnose-experience.md
Lines 72 to 74 in 5280c67
The text was updated successfully, but these errors were encountered: