npm kysely-ctl 0.17.0
0.17.0 - multi-config.

latest releases: 0.19.0, 0.18.0
21 days ago

Hey 👋

This release is all about multi-config setups. Thus far we only supported single file - multiple environment overrides. Now we also support multiple config files.

You can now use the extends config property to inherit and override other config files by providing their path/s. Same as you'd do in stuff like tsconfig.json. (#248)

You can now override config resolution and point the CLI to a specific config path via the new -c/--config argument. e.g. use a kysely.test.config.ts for testing purposes. (#248)

Full Changelog: v0.16.0...v0.17.0

Don't miss a new kysely-ctl release

NewReleases is sending notifications on new releases.