SFDO-Tooling / Snowfakery

A tool for generating fake data that has relations between tables.
BSD 3-Clause "New" or "Revised" License
141 stars 32 forks source link

Documentation Error: Incorrect parameter name #1024

Open acrosman opened 5 months ago

acrosman commented 5 months ago

In the documentation on testing recipes that use SFDC data: https://snowfakery.readthedocs.io/en/latest/salesforce.html#testing-queries

It includes the sample call: $ snowfakery recipe.yml --plugin-options org_name qa

That results in an error: Error: No such option: --plugin-options (Possible options: --option, --plugin-option)

Actual example should read: $ snowfakery recipe.yml --plugin-option org_name qa