We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0953959 commit 36e334fCopy full SHA for 36e334f
cli/README.md
@@ -2,11 +2,22 @@
2
3
This is the cli tool the loyal companion of the spanwflake libary
4
5
-## Running the tool
+## USAGE
6
+
7
```
-spawnflakes.exe number_of_records_to_be_generated
8
+spawnflakes.exe [OPTIONS]
9
10
+FLAGS:
11
+ -h, --help Prints help information
12
+ -V, --version Prints version information
13
14
+OPTIONS:
15
+ -c <configuration> sets a custom configuration name and path relative to this location
16
+ -d <datastore> Sets the type of the datastore to generate values. By default executes the entire
17
+ configuration
18
+ -s, --spawn-size <spawn-size> Set the number of rows per table to be generated
19
20
example
21
-spawnflakes.exe 22
22
+spawnflakes.exe -s 4 -c ..\config.json
23
0 commit comments