datasynth-cli-0.1.0 is not a library.
datasynth-cli
Command-line interface for synthetic accounting data generation.
Overview
datasynth-cli provides the datasynth-data binary for command-line usage:
- generate: Generate synthetic data from configuration
- init: Create configuration files with industry presets
- validate: Validate configuration files
- info: Display available presets and options
Installation
# Binary at: target/release/datasynth-data
Commands
Generate Data
# From configuration file
# Demo mode with defaults
# With verbose logging
Create Configuration
# Industry preset with complexity level
# Available industries:
# manufacturing, retail, financial_services, healthcare,
# technology, energy, telecom, transportation, hospitality
Validate Configuration
Show Options
Signal Handling (Unix)
Toggle pause during generation:
Exit Codes
| Code | Description |
|---|---|
| 0 | Success |
| 1 | Configuration error |
| 2 | Generation error |
| 3 | I/O error |
License
Apache-2.0 - See LICENSE for details.