From 2bda21dc2a378ab625f3b6461591994ade910a5b Mon Sep 17 00:00:00 2001 From: William Valentin Date: Mon, 8 Sep 2025 22:08:37 -0700 Subject: [PATCH] docs: add configuration management commands to README - Document the useful show-config.js script and related npm scripts - Add section explaining bun run config, config:env, config:help commands - These commands help developers understand the unified configuration system - Script is functional and well-integrated, so keeping it and making it more discoverable --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 903cc02..5aae600 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,20 @@ make docker-clean # Clean Docker resources make info # Show project information ``` +### **Configuration Management** + +The app uses a unified configuration system with smart defaults. You can view and understand the current configuration: + +```bash +# View current configuration +bun run config # Show current unified config +bun run config:env # Show as environment variables +bun run config:help # Show configuration help + +# Or use the script directly +bun show-config.js # Same as bun run config +``` + ### **Environment Configuration** The app uses a unified configuration system with smart defaults: