Skip to content

Add card move command#43

Merged
robzolkos merged 1 commit intomasterfrom
add-card-move-command
Jan 21, 2026
Merged

Add card move command#43
robzolkos merged 1 commit intomasterfrom
add-card-move-command

Conversation

@robzolkos
Copy link
Owner

Summary

  • Adds fizzy card move <card_number> --to <board_id> command to move cards between boards
  • Uses PATCH /cards/:num/board.json endpoint with board_id in request body
  • Shows confirmation with card title after successful move

Test plan

  • Unit tests added for move command (success, missing flag, not found error)
  • Manual testing: created card in Test Board, moved to Test Board 2, moved back
  • All existing unit tests pass

Adds `fizzy card move <card_number> --to <board_id>` command that moves
a card to a different board via PATCH /cards/:num/board.json endpoint.
@robzolkos robzolkos merged commit 2cde41b into master Jan 21, 2026
1 check passed
@robzolkos robzolkos deleted the add-card-move-command branch January 21, 2026 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant