brewlog/tests/cli
Jon Seager 50a372015c
feat(backup): expose backup/restore via authenticated API endpoints
- Add GET /api/v1/backup and POST /api/v1/backup/restore endpoints
  behind AuthenticatedUser
- Add BackupService to AppState and BackupClient for HTTP access
- Update CLI backup/restore to use API instead of direct DB access
- Remove --database-url flag from backup and restore commands
- Increase body limit to 50MB for restore endpoint
- Add API and CLI tests for auth, export, restore, and round-trip
- Update README to document auth requirement and API endpoints
2026-02-04 19:38:49 +00:00
..
backup_cli.rs feat(backup): expose backup/restore via authenticated API endpoints 2026-02-04 19:38:49 +00:00
bags_cli.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00
brews_cli.rs test(brews): add server and CLI integration tests 2026-02-02 19:32:35 +00:00
cafes_cli.rs test(cafes): add API, CLI, Datastar, timeline, and backup tests 2026-02-03 14:53:08 +00:00
gear_cli.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00
helpers.rs test(cafes): add API, CLI, Datastar, timeline, and backup tests 2026-02-03 14:53:08 +00:00
main.rs feat(backup): expose backup/restore via authenticated API endpoints 2026-02-04 19:38:49 +00:00
roasters_cli.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00
roasts_cli.rs feat(roast): add update command for consistency with other entities 2026-02-02 17:09:32 +00:00
tokens_cli.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00