emigrate/packages/cli/src
2023-11-16 11:24:00 +01:00
..
cli.ts feat(cli): implement the "up" command with support for "storage" and "loader" plugins 2023-11-15 16:14:10 +01:00
get-config.ts refactor(cli): rename the emigrate package to @emigrate/cli to be more in line with other tools 2023-11-15 14:42:10 +01:00
index.ts refactor(cli): rename the emigrate package to @emigrate/cli to be more in line with other tools 2023-11-15 14:42:10 +01:00
new-command.ts fix(cli): allow creating new migration files with only the "extension" option 2023-11-16 10:51:43 +01:00
plugin-loader-js.ts feat(cli): support NodeJS callback style migration functions 2023-11-16 11:24:00 +01:00
show-usage-error.ts refactor(cli): rename the emigrate package to @emigrate/cli to be more in line with other tools 2023-11-15 14:42:10 +01:00
strip-leading-period.ts feat(cli): handle file extensions with or without a leading period 2023-11-15 16:11:28 +01:00
types.ts refactor(cli): rename the emigrate package to @emigrate/cli to be more in line with other tools 2023-11-15 14:42:10 +01:00
up-command.ts fix(cli): don't run any migrations if any previous migration have failed 2023-11-16 10:59:54 +01:00