npm kysely-ctl 0.16.0
0.16.0 - finds config, absolute/relative to config migration/seed folder paths.

latest releases: 0.19.0, 0.18.0, 0.17.0...
22 days ago

Hey 👋

This is a nice one for DX.

You can now run commands anywhere in your project and it will search and find your kysely.config file. (#246)

Migration/seed folder paths are no longer awkward in kysely.config. They're now relative to the config file's location, not the working directory the command was run from OR the --cwd value you passed. This is standard stuff we were lacking. You can also provide absolute paths, it should work. (#247)

The latter probably introduces a breaking change to those of you who configured this previously, and you'll need to revisit migrationFolder and seedFolder. Run migrate list and seed list when reconfiguring to verify it finds your existing folders and their contents.

Full Changelog: v0.15.3...v0.16.0

Don't miss a new kysely-ctl release

NewReleases is sending notifications on new releases.