Skip to content

Commit

Permalink
Update README.md (johnlpage#60)
Browse files Browse the repository at this point in the history
Added --binary flag
  • Loading branch information
ghartnett authored Mar 15, 2024
1 parent 7c677a4 commit 6afa84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Note: If you specify a workflow via the `-v` flag, the basic operations above wi
| `-f <arg>`, `--numfields <arg>` | Number of top level fields in test documents. After the first 3 every third is an integer, every fifth a date, the rest are text. (default 10)
| `-l <arg>`, `--textfieldsize <arg>` | Length of text fields in bytes (default 30)
| `--depth <arg>` | The depth of the document created (default 0)
| `--binary <arg>` | Add a random binary data field of arg KB
| `--location <arg>` | Adds a field by name location and provided ISO-3166-2 code (args: `comma,seperated,list,of,country,code`). One can provide `--location random` to fill the field with random values. This field is required for zone sharding with Atlas.

## Example
Expand Down

0 comments on commit 6afa84f

Please sign in to comment.