omnibor / omnibor-rs

Reproducible identifiers & fine-grained build dependency tracking for software artifacts.
https://omnibor.io
Apache License 2.0
19 stars 9 forks source link

Implement `manifest get` in the CLI #198

Open alilleybrinker opened 3 weeks ago

alilleybrinker commented 3 weeks ago

Similar to #197, but for just a single manifest, it would be great if we could get the contents of a manifest out. By default, for consistency with the expectations of most CLIs, it should write the manifest to stdout. The command should also take an -o/--output flag to direct the output to a file, and of course the user could redirect stdout instead.