Module commands

Module commands 

Source
Expand description

Command implementations for CLI operations

Re-exports§

pub use ingest::handle_ingest;
pub use extract::handle_extract;
pub use query::handle_query;
pub use query::handle_query_text;
pub use bundle_hier::handle_bundle_hier;
pub use update::handle_update_add;
pub use update::handle_update_remove;
pub use update::handle_update_modify;
pub use update::handle_update_compact;

Modules§

bundle_hier
Bundle hierarchical artifacts command implementation
extract
Extract command implementation
ingest
Ingest command implementation
mount
FUSE mount command implementation
query
Query command implementations
update
Update command implementations (add, remove, modify, compact)