npm kysely-ctl 0.3.0
v0.3.0 - kysely migrate up|down|latest|rollback --all

latest releases: 0.19.0, 0.18.0, 0.17.0...
16 months ago

Hey 👋

new stuff:

kysely migrate:up [<migration_name>] [--cwd] [--debug] [--environment] [--no-outdated-check]
kysely migrate up [<migration_name>] [--cwd] [--debug] [--environment] [--no-outdated-check]
kysely migrate:down [<migration_name>] [--cwd] [--debug] [--environment] [--no-outdated-check]
kysely migrate down [<migration_name>] [--cwd] [--debug] [--environment] [--no-outdated-check]
kysely migrate:latest [--cwd] [--debug] [--environment] [--no-outdated-check]
kysely migrate latest [--cwd] [--debug] [--environment] [--no-outdated-check]
kysely migrate:rollback --all [--cwd] [--debug] [--environment] [--no-outdated-check]
kysely migrate rollback --all [--cwd] [--debug] [--environment] [--no-outdated-check]

changes:

-kysely migrate:make <migration_name> [--debug] [--extension=ts|mts|cts] [-x=ts|mts|cts]
-kysely migrate make <migration_name> [--debug] [--extension=ts|mts|cts] [-x=ts|mts|cts]
+kysely migrate:make <migration_name> [--cwd] [--debug] [--environment] [--extension=ts|mts|cts] [--no-outdated-check] [-x=ts|mts|cts]
+kysely migrate make <migration_name> [--cwd] [--debug] [--environment] [--extension=ts|mts|cts] [--no-outdated-check] [-x=ts|mts|cts]
-kysely migrate:list [--debug]
-kysely migrate list [--debug]
+kysely migrate:list [--cwd] [--debug] [--environment] [--no-outdated-check]
+kysely migrate list [--cwd] [--debug] [--environment] [--no-outdated-check]

that's it. that's the release.

Full Changelog: v0.2.0...v0.3.0

Don't miss a new kysely-ctl release

NewReleases is sending notifications on new releases.