Skip to main content

Module commands

Module commands 

Source
Expand description

Command implementations for CLI operations

Re-exports§

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

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)