Task Management
barkcli add
Add a new task to the board with optional priority, labels, and acceptance criteria.
Usage
barkcli add <title> [options]Examples
barkcli add "Fix authentication bug"barkcli add "Implement JWT login" -p high -l backend,authbarkcli add "Write documentation" --due 2024-12-15 --effort 3Flags
-p, --priorityhigh, medium, low-l, --labelLabels (repeatable)-a, --assigneePerson assigned-c, --columnTarget column-d, --descriptionTask description--dueDue date (YYYY-MM-DD)--effortStory points--acAcceptance criterion (repeatable)