Save
Save the current database records as seed files in the data/seeds directory.
Use this when you have established baseline application data that should be versioned with the project and reused across environments. Seeds are intended for canonical records such as roles, plans, statuses, locales, settings, and other small system datasets.
This command captures the current records and writes them as reusable seed data for future loads.
Seeds should remain intentional, stable, and low in volume.
Syntax
$ vela seeds save [options] Options
-f, --force
Overwrite existing seed files.
Use when updating the canonical seed dataset and replacing previously saved seed definitions.