Commands Reference
Complete reference for all 26 barkcli commands.
Task Management
barkcli addAdd a new task to the board with optional priority, labels, and acceptance criteria.
barkcli listShow all tasks grouped by column with optional filtering.
barkcli moveMove a task to a different column in the board.
barkcli doneShortcut to move a task to the done column.
barkcli showDisplay full details of a task including links, criteria, and context.
barkcli updateUpdate any field on an existing task.
barkcli removeDelete a task from the board.
barkcli linkCreate a typed link between two tasks (parent, child, related, blocked-by).
barkcli treeDisplay the parent-child hierarchy of linked tasks.
History
Code Context
barkcli codeSearch symbols and files, then see which cards are linked.
barkcli context scanAutomatically map cards to code files using fuzzy title matching.
barkcli context linkManually pin a file or symbol to a card.
barkcli context statusShow coverage and staleness of your code context.
barkcli context syncGit-aware refresh of your context. Updates last commit info and dirty state.