Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reorganised datafaker commands into different categories for easier reading.
╭─ Options ────────────────────────────────────────────────╮
│ --verbose -v Print more information. │
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it or customize the installation. │
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────╯
╭─ Configure ───────────────────────────────────────────────╮
│ make-tables Make a YAML file representing the tables in the schema. │
│ make-vocab Make files of vocabulary tables. │
│ configure-tables Interactively set tables to ignored, vocabulary or primary private. │
│ configure-generators Interactively set generators for column data. │
╰─────────────────────────────────────────────────────╯
╭─ Extract ────────────────────────────────────────────────╮
│ make-stats Compute summary statistics from the source database. │
╰─────────────────────────────────────────────────────╯
╭─ Create Synthetic Database ───────────────────────────────────────╮
│ create-tables Create schema from the ORM YAML file. │
│ create-vocab Import vocabulary data into the target database. │
│ create-generators Make a datafaker file of generator classes. │
│ create-data Populate the schema in the target directory with synthetic data. │
╰─────────────────────────────────────────────────────╯
╭─ Inspect and Export ───────────────────────────────────────────╮
│ dump-data Dump a whole table as a CSV file (or to the console) from the destination database. │
│ validate-config Validate the format of a config file. │
│ list-tables List the names of tables described in the metadata file. │
│ version Display version information. │
╰─────────────────────────────────────────────────────╯
╭─ Remove ────────────────────────────────────────────────╮
│ remove-data Truncate non-vocabulary tables in the destination schema. │
│ remove-vocab Truncate vocabulary tables in the destination schema. │
│ remove-tables Drop all tables in the destination schema. │
╰─────────────────────────────────────────────────────╯