npm kysely-ctl 0.19.0
0.19.0 - environment-specific .env files, new dialect names.

2 days ago

Hey 👋

This release introduces .env.${args.environment} loading support.
When using the --environment/-e argument, both your environment-specific configuration AND your environment-specific secrets overrides will be loaded. Thanks @vladshcherbin!

It also fixes a regression that caused .env files to not be loaded when your config file is in a .config folder.

Also, '@neondatabase/serverless', '@prisma/ppg' and 'bun' were added as dialect names and the matching kysely dialect packages were added as optional peer dependencies.

Full Changelog: v0.18.0...v0.19.0

Don't miss a new kysely-ctl release

NewReleases is sending notifications on new releases.