shki config
shki configAlias: shki conf. Prints a key/value table of the configuration actually in
effect after merging, in order: shki.toml, environment variables (and .env),
then CLI flags.
This is the first command to run when a value isn’t what you expect — it shows
the merged result rather than any single source, so it settles questions like
“is it reading my .env?” and “which migrations table will this use?”.
Options
Section titled “Options”Only the global options apply, and they affect the output because they are part of the merge:
shki config # effective config hereshki config -c db/shki.toml # for a specific config fileshki config -u postgres://…/other # what the run would look like with this URLSee also: Configuration reference.