Igor Savin
c14252d907
Refactor more tests to use cli-testlab ( #3640 )
2020-01-28 02:28:40 +01:00
Mr D
65086025c0
#3751 : Esm interop flag ( #3616 )
2020-01-14 21:01:31 +01:00
Taras Ozarko
78a7e9aa4f
fix CLI tests fails caused by PR #3416 ( #3466 )
2019-10-06 23:18:56 +02:00
Taras Ozarko
7fabae9f56
Migrations up/down commands: filename parameter ( #3416 )
2019-10-06 18:00:04 +02:00
Vithalreddy.M.B
658e612148
knex cli list all migrations with status ( #3390 ) ( #3409 )
2019-08-24 12:01:12 +02:00
Felix Mosheev
8b31a43761
feat: Run specific seed file ( closes #801 ) ( #3335 )
2019-07-07 11:11:39 +02:00
Lee Allen
1fe5ee0ea3
Add migrate:down functionality ( #3228 )
2019-05-30 00:37:18 +02:00
Zachary Mott
f4593fb9b4
Allow users to specify the migrations "tableName" parameter via the CLI. ( #3214 )
2019-05-21 17:41:50 -07:00
Lee Allen
08478f2db9
Feature/add up for migrations ( #3205 )
...
* Add ability to run migrate:up command to only run the next migration
* Add cli test for migrate:up
* Add test for migrator
* Add stub
* Add type
* Fix wording of test
2019-05-19 04:14:52 -07:00
Igor Savin
f34013be5f
Use cli-testlab for testing CLI ( #3191 )
...
* Bump version to 0.16.4
* Use cli-testlab for testing CLI
2019-05-13 13:39:02 +02:00
Lee Allen
75df3b6f7b
Feature/add rollback all to cli ( #3187 )
...
* Add --all flag for rollback in cli
* Set up test for rollback --all cli migration command
* Fix test for cli migrate:rollback --all
2019-05-12 01:35:51 +02:00
Valentin Agachi
2430ae0c54
Add verbose option to CLI commands ( #2887 )
2018-12-30 17:11:57 +01:00
Igor Savin
9daf7f3d09
Display name of a failed seed ( #2973 )
2018-12-27 18:20:13 +01:00
Igor Savin
02e327c51d
Resolve migrations and seeds relatively to knexfile directory ( #2959 )
2018-12-17 14:51:35 +02:00
Igor Savin
ac6423f3b3
Fix support for default knexfile in working dir ( #2941 )
...
* Fix support for default knexfile in working dir
* Bump version
* Remove incorrect comment
2018-12-05 09:30:55 +02:00
Igor Savin
8dc0a716f9
Fix CWD parameter support for CLI ( #2935 )
...
* Fix cwd support for knex-cli. Add test
* Remove redundant code
* Remove commented out code
2018-12-03 23:14:34 +01:00