Billy Zha
Billy Zha
In https://github.com/oras-project/oras/pull/1026, the doc link of manifest annotation was added to the error output. The ad-hoc solution provides better UX on finding the solution of the error but raises a...
For now, command suites require pre-baked storage image in distribution storage layout. Once https://github.com/oras-project/oras/issues/378 finishes, mount files can be changed to OCI layout so the preparation process can be done...
As an extension of https://github.com/oras-project/oras/issues/826, add a new flag `--extended` to support extended copying. With same content layout described in #826, the extended copying command is expected to have behavior:...
I found that on Windows, if a console is generated from stderr, output sent towards the console will go into stdout ~~with extra warning like `failed to get console mode...
**Background** `oras.Copy` is consisted of several different operations. To add more context to the returned error, current implementation is to wrap a description string over the error, e.g. when resolving...
[oci.NewFromTar](https://pkg.go.dev/oras.land/oras-go/v2/content/oci#NewFromTar) can be used to create a new read-only OCI store from a tarfile path. If the passed-in path doesn't point to a tarfile, currently(v2.3.1) below errors will be returned:...
1) ~~`Build and Push $IMAGE` can be done with `oras copy`~~ 2) `Push an SBoM` can be done with `oras attach`
**What this PR does / why we need it**: This PR implements latest change in #1199 **Please check the following list**: - [x] Does the affected code have corresponding tests,...
### What is the version of your ORAS CLI oras v1.1.0 ### What would you like to be added? Had an offline discussion with @shizhMSFT and he suggests to add...
Display handlers take care of formatting the output. It is possible that the output cannot be formatted, and handler need to output logs without terminating the whole execution. E.g. when...