kc initdb
Feature
Create or replace the database with the sequelize’s migrations and seeders
Usage
Options
Option | Description |
--env <env> | env to use when initialising the database (dev, test, prod). Default is dev |
--ignore-list --il | ignore all or several seeders during init |
Example