zerobyte/app/server/modules/lifecycle
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
..
checkpoint.ts restore as a page (#87) 2025-11-30 16:43:34 +01:00
config-import.ts feat(cli): add import-config command for manual config import 2025-12-29 11:04:12 +01:00
migration.ts refactor: all timestamps to ms (#77) 2025-11-26 23:20:22 +01:00
shutdown.ts refactor: remove docker volum plugin functionnality (#137) 2025-12-14 11:07:32 +01:00
startup.ts Merge remote-tracking branch 'origin/main' into config-import-json 2025-12-23 13:18:14 +01:00