0.0.6 • Published 9 years ago

transwarp-migrate v0.0.6

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

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
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago