metahq-build package

Build the complete MetaHQ database.

Runs the full pipeline from fetching metadata to building the final database files. Supports resuming from checkpoints.

Examples:

# Build with custom config
metahq-build package --config data/build_config.yaml

# Resume from a specific stage
metahq-build package --config data/build_config.yaml --start-from process__ALE

Usage:

metahq-build package [OPTIONS]

Options:

  -c, --config PATH  Path to configuration file
  --data-dir PATH    Override data directory
  --output-dir PATH  Override output directory
  --start-from TEXT  Resume from specific stage
  --end-at TEXT      Stop at specific stage
  -v, --verbose      Enable verbose output
  --help             Show this message and exit.