| Crates.io | datasynth-cli |
| lib.rs | datasynth-cli |
| version | 0.2.1 |
| created_at | 2026-01-20 15:55:24.90676+00 |
| updated_at | 2026-01-24 21:51:15.535305+00 |
| description | Command-line interface for synthetic accounting data generation |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2056897 |
| size | 160,955 |
Command-line interface for synthetic accounting data generation.
datasynth-cli provides the datasynth-data binary for command-line usage:
cargo build --release
# Binary at: target/release/datasynth-data
# From configuration file
datasynth-data generate --config config.yaml --output ./output
# Demo mode with defaults
datasynth-data generate --demo --output ./demo-output
# With verbose logging
datasynth-data generate --config config.yaml --output ./output -v
# Industry preset with complexity level
datasynth-data init --industry manufacturing --complexity medium -o config.yaml
# Available industries:
# manufacturing, retail, financial_services, healthcare,
# technology, energy, telecom, transportation, hospitality
datasynth-data validate --config config.yaml
datasynth-data info
Toggle pause during generation:
kill -USR1 $(pgrep datasynth-data)
| Code | Description |
|---|---|
| 0 | Success |
| 1 | Configuration error |
| 2 | Generation error |
| 3 | I/O error |
Apache-2.0 - See LICENSE for details.