Regen
Clear the database, regenerate fixture files, and reload them in one step.
This is the fastest way to rebuild your full fixture environment after schema changes or when you want a clean fresh dataset.
Use regen during rapid development when models are changing and fixture files need to stay in sync.
Syntax
$ vela fixtures regen [options] Options
-c, --count <count>
Set how many records to generate for each collection.
Useful when rebuilding with larger or smaller datasets.
-s, --seed <seed>
Use a deterministic random seed.
Keeps regenerated fixture data stable across runs.