You can run npm run sequelize to get usage. NPM will pass any aguments you add with npm run to the command itself. Example: npm run sequelize db:migrate

You can also add a script in package.json that runs sequelize db:migrate directly.