emigrate/packages/cli/src
2024-02-09 14:00:24 +01:00
..
commands feat(reporters): add built-in "json" reporter and rename "default" to "pretty" 2024-02-06 09:22:35 +01:00
reporters feat(reporters): add built-in "json" reporter and rename "default" to "pretty" 2024-02-06 09:22:35 +01:00
array-from-async.ts refactor(cli): introduce the migration-runner helper for less code duplication and fewer return paths 2023-12-12 15:47:37 +01:00
array-map-async.ts feat(remove): rework the "remove" command to be more similar to "up" and "list" 2024-01-26 16:09:49 +01:00
cli.ts fix(typescript): load config written in TypeScript without the typescript package when using Bun, Deno or tsx 2024-02-09 14:00:24 +01:00
collect-migrations.test.ts fix(cli): handle migration history entries without file extensions correctly 2024-01-23 11:36:47 +01:00
collect-migrations.ts fix(cli): handle migration history entries without file extensions correctly 2024-01-23 11:36:47 +01:00
defaults.ts feat(cli): add graceful process abort 2024-01-22 11:30:06 +01:00
deno.d.ts fix(typescript): load config written in TypeScript without the typescript package when using Bun, Deno or tsx 2024-02-09 14:00:24 +01:00
errors.ts feat(remove): rework the "remove" command to be more similar to "up" and "list" 2024-01-26 16:09:49 +01:00
exec.ts fix(bun): import setTimeout/setInterval from "node:timers" for .unref() to correctly work 2024-02-05 15:12:30 +01:00
get-config.ts fix(typescript): load config written in TypeScript without the typescript package when using Bun, Deno or tsx 2024-02-09 14:00:24 +01:00
get-duration.ts feat(remove): implement the "remove" command for removing migrations from the history 2023-11-24 15:45:17 +01:00
get-migration.ts feat(types): move Emigrate types to separate package and improve types (#41) 2023-12-15 13:03:35 +01:00
get-migrations.test.ts fix(migrations): don't include folders when collecting migrations 2024-01-26 09:26:49 +01:00
get-migrations.ts fix(migrations): don't include folders when collecting migrations 2024-01-26 09:26:49 +01:00
get-package-info.ts feat(types): move Emigrate types to separate package and improve types (#41) 2023-12-15 13:03:35 +01:00
index.ts feat(cli): improve "up" command output and flow a lot 2023-11-17 12:50:35 +01:00
migration-runner.ts fix(reporters): show number of skipped migrations correctly in command output 2024-02-05 14:17:30 +01:00
plugin-loader-js.ts feat: add support for TypeScript migration files 2023-12-20 15:27:03 +01:00
test-utils.ts feat(remove): rework the "remove" command to be more similar to "up" and "list" 2024-01-26 16:09:49 +01:00
to-migration-metadata.ts feat(types): move Emigrate types to separate package and improve types (#41) 2023-12-15 13:03:35 +01:00
types.ts feat(reporters): add built-in "json" reporter and rename "default" to "pretty" 2024-02-06 09:22:35 +01:00
with-leading-period.ts feat(cli): improve "up" command output and flow a lot 2023-11-17 12:50:35 +01:00