termoshtt / ocipkg

An OCI registry client for Rust desiged to use distribute static library as a "container"
Apache License 2.0
48 stars 8 forks source link

`ocipkg-inspect` command #84

Closed termoshtt closed 1 year ago

termoshtt commented 1 year ago
ocipkg inspect test.tar

will show contents in the oci-arhive like

$ ocipkg inspect build/ocipkg_static_cpp.tar 
[ghcr.io/termoshtt/ocipkg/static/cpp:3ee8e7b]
  └─ libocipkg_static_cpp.a

(example in #80)