Add vektor issue move shortcut #12
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#19 Add
--json output flag
austin/vektor
#11 Add
vektor issue update command
austin/vektor
Reference
austin/vektor#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Shortcut for the most common daily operation: changing an issue's status.
What needs to happen
vektor issue move VEK-3 doneThis is a convenience wrapper around
vektor issue update VEK-3 --status done. Validates the status argument against the known list (backlog, todo, in_progress, done, cancelled) and gives a clear error for invalid values.Small command that reuses the update client logic.
vektor issue updatecommand--jsonoutput flag