clickup-cli 0.9.1

CLI for the ClickUp API, optimized for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<style>
  .site-title {
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .site-title::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 28px;
    background-image: url("{{ '/assets/clickup-icon.svg' | relative_url }}");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }
</style>