Crates.io | spawnflake-cli |
lib.rs | spawnflake-cli |
version | 0.2.8 |
source | src |
created_at | 2024-03-12 08:46:16.132985 |
updated_at | 2024-04-03 10:21:40.212414 |
description | Generate random test data for any mysql database schema |
homepage | |
repository | |
max_upload_size | |
id | 1170337 |
size | 41,094 |
This is the cli tool the loyal companion of the spanwflake libary It should work on both windows and linux (mostly tested in linux)
spawnflake-cli[.exe] [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c <configuration> sets a custom configuration name and path relative to this location
-d <datastore> Sets the type of the datastore to generate values. By default executes the entire
configuration
-s, --spawn-size <spawn-size> Set the number of rows per table to be generated
example
spawnflake-cli[.exe] -s 4 -c ..\config.json
cargo build --release
cargo install spawnflake-cli
. In this case, though, make sure that ~/.cargo/bin/
is in your PATH variable