brewlog/tests/cli
Jon Seager 00477bdbc0
feat(roast): add update command for consistency with other entities
- Add PUT /api/v1/roasts/:id route handler
- Add update() method to roasts HTTP client
- Add UpdateRoastCommand to CLI with optional fields
- Add CLI tests for roast update authentication and functionality

Brings roast entity in line with roaster, bag, and gear which all
support add/list/get/update/delete operations.
2026-02-02 17:09:32 +00:00
..
bags_cli.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00
gear_cli.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00
helpers.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00
main.rs test(gear): add comprehensive test suite for gear entity 2026-02-02 16:09:02 +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