Skip to content

ctk labels

List all labels on a page.

Terminal window
ctk labels list 12345678

Output:

Labels for page 12345678:
architecture
important
reviewed
3 labels

Add a label to a page.

Terminal window
ctk labels add 12345678 important

Output:

Added label "important" to page 12345678

Remove a label from a page.

Terminal window
ctk labels remove 12345678 outdated

Output:

Removed label "outdated" from page 12345678

All commands support --json:

Terminal window
ctk labels list 12345678 --json