_____ _
/ ___| | |
\ `--. _ _ _ __ __| | __ _ ___
`--. \ | | | '_ \ / _` |/ _` |/ _ \
/\__/ / |_| | | | | (_| | (_| | __/
\____/ \__,_|_| |_|\__,_|\__,_|\___|
Sundae Command Reference
pages$ sundae help
Description
The command bar mirrors the sundae CLI. Type commands below to manage tickets, check status, and navigate — the same way you would from a terminal.
Ticket Commands
list
List all tickets (alias:
ls)list --status=todo
Filter by status
list --priority=high
Filter by priority
list --points=5
Filter by story points
list --assignee=mark
Filter by assignee
list --unassigned
Show unassigned tickets
show <id>
View ticket details
edit <id>
Edit a ticket
new
Create a new ticket (alias:
create)new label
Create a new label
comment <id> "text"
Add a comment to a ticket
status <id> <status>
Change a ticket's status
assign <id> <user>
Assign a user to a ticket
mine
Show tickets assigned to you
Info Commands
whoami
Display current user info
notifications
View notifications (alias:
notifs)users
List all users
labels
View all labels
tickets
Go to tickets list
Utility Commands
help
Show this page
clear
Clear command output
Ticket Statuses
Valid values for the status command and --status filter:
none
Default status for new tickets
future
Planned for future implementation
todo
Ready to be worked on
in progress
Currently being worked on
testing
In testing phase
QA
In quality assurance
completed
Work is complete
blocked
Blocked, needs attention
Ticket Priorities
lowest
Lowest priority, can be addressed later
low
Low priority, should be addressed when time permits
medium
Medium priority, default for new tickets
high
High priority, should be addressed soon
highest
Highest priority, should be addressed immediately
blocker
Blocking progress, must be addressed immediately
Story Points
Valid values: 0, 1, 2, 3, 5, 8, 13, 21
-
No points assigned (0)
1
Very simple task
2
Simple task
3
Moderate task
5
Significant task
8
Complex task
13
Very complex task
21
Extremely complex task
Version
Terminal Tickets v1.0.0
Quick Actions