ctk labels
Subcommands
Section titled “Subcommands”ctk labels list [page-id]
Section titled “ctk labels list [page-id]”List all labels on a page.
ctk labels list 12345678Output:
Labels for page 12345678: architecture important reviewed
3 labelsctk labels add [page-id] [label]
Section titled “ctk labels add [page-id] [label]”Add a label to a page.
ctk labels add 12345678 importantOutput:
Added label "important" to page 12345678ctk labels remove [page-id] [label]
Section titled “ctk labels remove [page-id] [label]”Remove a label from a page.
ctk labels remove 12345678 outdatedOutput:
Removed label "outdated" from page 12345678JSON Output
Section titled “JSON Output”All commands support --json:
ctk labels list 12345678 --json