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
+1
View File
@@ -69,6 +69,7 @@ planka-cli projects list
planka-cli boards list [PROJECT_ID]
planka-cli lists list <BOARD_ID>
planka-cli cards list <LIST_ID>
planka-cli cards show <CARD_ID>
planka-cli cards create <LIST_ID> "Card title" --description "Details"
planka-cli cards update <CARD_ID> --name "New title"