Skip to content

cli

Entry point for command-line interface.

Usage:

cli [OPTIONS] COMMAND [ARGS]...

Options:

  --help  Show this message and exit.

data

Generate and save data using provided parameters.

Usage:

cli data [OPTIONS]

Options:

  --full         Full details
  --params PATH  Path to parameters file  [required]
  --output PATH  Path to output directory
  --seed TEXT    Override seed for ad hoc testing
  --help         Show this message and exit.

db

Create SQLite database of generated data.

Usage:

cli db [OPTIONS]

Options:

  --data PATH  Path to data directory
  --help       Show this message and exit.

params

Generate and save parameters.

Usage:

cli params [OPTIONS]

Options:

  --output PATH  Path to output file
  --help         Show this message and exit.

zip

Create ZIP archive of generated data.

Usage:

cli zip [OPTIONS]

Options:

  --data PATH    Path to data directory
  --output PATH  Path to output ZIP file
  --help         Show this message and exit.