kc initdb
Feature
Create or replace the database with the sequelize’s migrations and seeders
Usage
$ kc initdb [options]
$ kc idb [options]
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
$ kc initdb --env prod