You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): show config file content in debug config command
Fixes bounty issue #1418
The debug config command previously only showed config file paths and
whether they exist, but did not display the actual configuration content.
This change adds the config file contents to both JSON and human-readable
output formats when the files exist.
0 commit comments