clickup-tools
Command line access to ClickUp tasks, tags, assignees and checklists. Plain PHP, no dependencies.
The most reusable thing I've built.
php bin/clickup.php help
php bin/clickup.php --dry-run <command>
The bit you'll get wrong
--dry-run goes immediately after the script name, before the subcommand. Not after it, where you'd expect.
Needs four environment variables, including a workspace ID for move-task. They live in .env, which is gitignored.