transwarp-migrate

0.0.6 • Public • Published

transwarp-migrate

Database migration

Usage

$ migrate -h


  Usage: migrate [options] [command]


  Commands:

    up|u [name]      migrate up
    down|d [name]    migrate down
    create|c [name]  create a new migration file with optional [name]
    status|s         list all migrations status

  Database migration for Transwarp.

  Options:

    -h, --help       output usage information
    -V, --version    output the version number
    --config [path]  Location of the database.json file.
    -e,--env <env>   The environment to run the migrations under.
$ migrate create -h

  Usage: create|c [options] [name]

  create a new migration file with optional [name]

  Options:

    -h, --help           output usage information
    -s, --style <style>  convert name to snake/kebab case

Package Sidebar

Install

npm i transwarp-migrate

Weekly Downloads

0

Version

0.0.6

License

MIT

Last publish

Collaborators

  • fundon