Implement store add
in CLI
#195
Labels
crate: omnibor-cli
Relating to the omnibor-cli crate
good first issue
Good for newcomers
type: feature
New feature or request
Right now, the CLI can only create new manifests directly in the store with the
manifest create
subcommand. We want it to also be able to add manifests which exist on the local file system but are not found in the manifest store.The general process should look like:
The advantage of making it in memory and writing it out this way is that it will use the same existing code that ensures we update the target index to record the target of the manifest.
The text was updated successfully, but these errors were encountered: