Introspection error with pg

Bbombillazo5/21/2023
Hello, I am trying to introspect my already created DB but when I run the cli command I get:
> drizzle-kit introspect:pg

drizzle-kit: v0.18.0
drizzle-orm: v0.26.0

Missing required params

I have a drizzle.config.ts at root with the connection string configure.
Rraaden5/21/2023
I saw this as well. The --config option does not seem to be there so it might just be that reading configuration files is not fully implemented in the introspect workflow quite yet.

edit: or more likely the same as this: https://discord.com/channels/1043890932593987624/1109283674727399434/1109540736963186780
fix incoming 🙂