zerobyte/app/server/modules
Jakub Trávník 45b5c0d752 feat(cli): add import-config command for manual config import
Add CLI command to import configuration from file or stdin, providing
an alternative to the env-var-based automatic import on startup.

Features:
- `import-config --config <path>` to import from a mounted file
- `import-config --stdin` to import from piped input (no file mount needed)
- `import-config --dry-run` to validate config without importing

Changes:
- Add app/server/cli/commands/import-config.ts with new command
- Register importConfigCommand in CLI index
- Refactor config-import.ts: extract runImport() and add applyConfigImport()
  for direct config object import (used by CLI)
- Update docs with both import methods (env var and CLI examples)
2025-12-29 11:04:12 +01:00
..
auth Merge origin/main into config-import-json 2025-12-19 14:23:02 +01:00
backends fix: prepend mount path in exclude patterns (#188) 2025-12-19 22:35:34 +01:00
backups feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
events feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
lifecycle feat(cli): add import-config command for manual config import 2025-12-29 11:04:12 +01:00
notifications feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
repositories Merge remote-tracking branch 'origin/main' into config-import-json 2025-12-23 13:18:14 +01:00
system feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
volumes feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00