Command fixtures:load

Load Alice fixture data into database

Arguments

  • filename: Filename
  • dburl: Database connection details
  • autouuidfield: Fieldname for automatically generating uuids on all records

Options

  • --dry-run: Do not run any SQL query - just pass to output
  • --append: Do not reset DB schema before loading fixtures
  • --locale: Locale for Alice
  • --seed: Seed for Alice
Back to command index