0.0.6 • Published 8 years ago

transwarp-migrate v0.0.6

Weekly downloads
1
License
MIT
Repository
-
Last release
8 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

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago