Skip to content

Commit

Permalink
update cli readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticrash committed Jul 10, 2021
1 parent 0953959 commit 36e334f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@

This is the cli tool the loyal companion of the spanwflake libary

## Running the tool
## USAGE

```
spawnflakes.exe number_of_records_to_be_generated
spawnflakes.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
```
spawnflakes.exe 22
spawnflakes.exe -s 4 -c ..\config.json
```

0 comments on commit 36e334f

Please sign in to comment.