REPL Commands

?store

  Manipulate the data store

  Subcommand  Action                                         
  ───────────────────────────────────────────────────────────
  config      Manage configuration                           
  expunge     Remove a data collection from the store        
  fetch       Fetch data storage sources                     
  gc          Garbage Collect                                
  stats       Show statistics about the data store           
  help        Display help text for commands and transformers

?store config

Manage configuration

?store expunge

Remove a data collection from the store

Usage

data> expunge [collection name or UUID]

?store gc

Garbage Collect

Scan the inventory and perform a garbage collection sweep.

Optionally provide the -d/--dryrun flag to prevent file deletion.

?store stats

Show statistics about the data store