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
I tried to fetch a blob with oras blob fetch and output the content into stdout in terminal mode. The blob content is not printed to stdout as expected
To fix this issue, it would be reasonable to make --output - emit the content of "oras blob fetch" to stdout. That's being said, the flag --output - implies --no-tty in oras blob fetch. A sample experience is as follows:
What happened in your environment?
I tried to fetch a blob with
oras blob fetch
and output the content into stdout in terminal mode. The blob content is not printed to stdout as expectedWith
--no-tty
, the content can be printedWhat did you expect to happen?
The blob content should be printed to stdout
How can we reproduce it?
Run below command
What is the version of your ORAS CLI?
v1.2.0-beta.1
What is your OS environment?
ubuntu 20.04
Are you willing to submit PRs to fix it?
The text was updated successfully, but these errors were encountered: