Configuration Management¶
Complete configuration management documentation.
Configuration Guides¶
Configuration Architecture¶
Configuration System - How the config system works
Key topics:
Three-tier configuration
Base + org-specific merging
CloudFormation sync
Configuration precedence
Config Repository Management¶
Config Repository - Managing infra/.config/
Key topics:
Private git repository setup
Configuration tracking
Team onboarding
Security practices
Backup and recovery
Sync Configs¶
TBD - Using sync-configs command
Config Files¶
TBD - Config file structure reference
Config Examples¶
TBD - Working configuration examples
Quick Commands¶
Deploy Configuration¶
make config ENV=stage ORG=myorg
Sync from CloudFormation¶
make sync-configs ENV=stage ORG=myorg
Verify Configuration¶
cat backend/rawscribe/.config/config.json | jq .
cat frontend/public/config.json | jq .