Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review logging for top level command #209

Open
jonesbusy opened this issue Mar 10, 2025 · 0 comments
Open

Review logging for top level command #209

jonesbusy opened this issue Mar 10, 2025 · 0 comments
Labels

Comments

@jonesbusy
Copy link
Collaborator

Description of the bug

Oras GO (CLI)

oras push --oci-layout foobar1:latest hi.txt

✓ Uploaded  application/vnd.oci.empty.v1+json                                                                                                                                                                  2/2  B 100.00%  665µs
  └─ sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a                                                                                                                                                        
✓ Uploaded  hi.txt                                                                                                                                                                                             3/3  B 100.00%  767µs
  └─ sha256:98ea6e4f216f2fb4b69fff9b3a44842c38686ca685f3f55dc48c5d3fb1107be4                                                                                                                                                        
✓ Uploaded  application/vnd.oci.image.manifest.v1+json                                                                                                                                                     584/584  B 100.00%    1ms
  └─ sha256:fff1bf2c16f0c088fd4bcc4788fff1516f49c722d650cf0ff44304f51d84578d                                                                                                                                                        
Pushed [oci-layout] foobar1:latest
ArtifactType: application/vnd.unknown.artifact.v1
Digest: sha256:fff1bf2c16f0c088fd4bcc4788fff1516f49c722d650cf0ff44304f51d84578d

Oras Java

java -jar java-oras-cli/target/oras-java.jar push --oci-layout foobar2:latest --file hi.txt

Pushing artifact... 
Uploaded: sha256:98ea6e4f216f2fb4b69fff9b3a44842c38686ca685f3f55dc48c5d3fb1107be4

Some details are missing in INFO level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant