All oras commands should use handlers to display command output
Closed this issue · 5 comments
wangxiaoxuan273 commented
qweeah commented
Why oras manifest push
is excluded?
wangxiaoxuan273 commented
Why
oras manifest push
is excluded?
I wasn't sure if that one needs refactoring. We can add it to this issue.
qweeah commented
If I understand correctly, the goal of this issue is to make all oras commands use handlers to display command output, which means print utilities should not be directly called in command code. In this way, you can search for usages of print utilities in files within $REPO/cmd/oras/root
and include all found commands there. E.g. oras manifest push
and oras blob push
calls PrintStatus
and should be included.
github-actions commented
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.