CLI Reference
When MCP tools are unavailable, use lune CLI.
Showing task details
lune task show ID
Accepts UUID or lunatask:// deep link. Due to encryption, name/note aren't visible—only metadata.
Updating status
lune task update ID -s STATUS
Valid statuses depend on the area's workflow (see lune area list).
Updating notes
lune task update ID -n "$(cat <<'EOF'
Intro paragraph
# Section
Content
---
Appended content
EOF
)"
Notes are replaced entirely, so reproduce original content when appending.
Marking complete
lune done ID