Add 'show' command to display card details including attachments and comments

This commit is contained in:
Felix Rudat
2026-01-27 14:38:39 +01:00
parent afb10313c5
commit 9d89a5f48c
4 changed files with 187 additions and 1 deletions
+8
View File
@@ -54,6 +54,9 @@ planka-cli lists list <BOARD_ID>
# List Cards in a List
planka-cli cards list <LIST_ID>
# Show a Card (includes attachments with URLs and comment text)
planka-cli cards show <CARD_ID>
# Create a Card
planka-cli cards create <LIST_ID> "Card title"
@@ -82,6 +85,11 @@ planka-cli boards list
planka-cli cards list 1619901252164912136
```
**Show card details for card ID 1619901252164912137:**
```bash
planka-cli cards show 1619901252164912137
```
**Create a card in list ID 1619901252164912136:**
```bash
planka-cli cards create 1619901252164912136 "Ship CLI"