Skip to content

cu field

cu field

Manage custom field values

Synopsis

Read and write ClickUp custom fields.

Fields are resolved by name (case-insensitive) or by id. Values are coerced to the shape each field type expects — epoch milliseconds for dates, option ids for dropdowns and labels — so names can be used on the command line.

Options

  -h, --help   help for field

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/cu/config.yaml)
      --debug           enable debug mode
  -o, --output string   output format (table|json|yaml|csv) (default "table")

SEE ALSO

  • cu - A GitHub CLI-inspired command-line interface for ClickUp
  • cu field clear - Clear a custom field value on a task
  • cu field get - Show custom field values on a task
  • cu field list - List custom fields available on a list
  • cu field set - Set a custom field value on a task
Auto generated by spf13/cobra on 28-Aug-2026