craft-cli 0.8.0: block reminders
craft-cli can now list, create, reschedule, complete, reopen, and delete reminders attached to Craft blocks.
1 min read
craft-cli 0.8.0 is out. Release on GitHub.
Agents can now work with reminders attached to Craft blocks. The CLI and typed client can list, create, reschedule, complete, reopen, and delete them:
craft reminders ls
craft reminders add <blockId> --at 2030-01-15T10:00:00+01:00
craft reminders complete <reminderId>
craft reminders reopen <reminderId>
craft reminders rm <reminderId>Omit --at to add a block to Save for later without a notification. Reminder times require Z or an explicit UTC offset.
Craft currently marks the reminder endpoints as experimental. OAuth connections support them in single-user and multi-user spaces. Link-based connections support reminders only when the person who created the link is the space’s sole active participant.
Upgrade
cd ~/dev/tools/craft-cli
git pull
./install.sh
craft reminders ls