zerobyte/app/server
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
..
cli feat(cli): add import-config command for manual config import 2025-12-29 11:04:12 +01:00
core feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
db fix: allow arbitrary name for repositories and correctly import existing local repos (#197) 2025-12-22 20:50:53 +01:00
jobs chore(deps-dev): bump @types/node from 24.10.4 to 25.0.3 (#209) 2025-12-21 19:51:03 +01:00
modules feat(cli): add import-config command for manual config import 2025-12-29 11:04:12 +01:00
utils fix: allow arbitrary name for repositories and correctly import existing local repos (#197) 2025-12-22 20:50:53 +01:00
app.ts feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
index.ts feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00