Implement store get
in the CLI
#198
Labels
crate: omnibor-cli
Relating to the omnibor-cli crate
good first issue
Good for newcomers
type: feature
New feature or request
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 redirectstdout
instead.The text was updated successfully, but these errors were encountered: