
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
clickup-cli
Advanced tools
A Simple Command line Utility to create tasks, subtask and comments in clickup
> npm -i -g clickup-cli>cp ./config.json ~/.clickup~/.clickup to include approprioate defaults and auth token from your clickup account> cu help> clickup help
Usage: cu-cli [options] [command]
clickup cli
Options:
-d, --debug
-c, --config Configuration File
-h, --help display help for command
Commands:
create [options] <name> [desc] create task
update [options] <task_id> [name] [desc] update task
delete <task_id> delete task
comment [options] <task_id> [message] add comment
list [options] <task_id> [name] add checklist
item [options] <list_id> <item> add checklist item
help [command] display help for command
> clickup help create
Usage: clickup create [options] <name>
create task
Arguments:
name Task Name
Options:
-f, --file <filePath> Markdown Description from file
-t, --parent <task_id> Parent Task Id
-i, --priority <priority> Task Priority (1-5)
-a, --assignees <user...> Comma seperated user initals or ids
-e, --time_estimate <estimate> Time Estimate (ms)
-s, --status <status> Task Status
-p, --points <points> Sprint Points
-j, --json <json> Custom Fields as JSON
-l, --list <list...> comma seperated lists names or ids
-m, --description <markdown> Markdown description
-h, --help display help for command ```
> clickup help update
Usage: clup update [options] <task_id> [name]
update task
Arguments:
task_id Task Id
name Task Name
Options:
-f, --file <filePath> Markdown Description from file
-t, --parent <task_id> Parent Task Id
-i, --priority <importance> Task Priority (1-5)
-a, --assignees <user...> Comma seperated user initals or ids
-e, --time_estimate <estimate> Time Estimate (ms)
-s, --status <status> Task Status
-p, --points <points> Sprint Points
-j, --json <json> Custom Fields as JSON
-l, --list <list...> comma seperated lists names or ids
-m, --description <markdown> Markdown description
-h, --help display help for command
> clickup help delete
Usage: cu-cli delete [options] <task_id>
delete task
Arguments:
task_id Task Id
Options:
-h, --help display help for command
> clickup help comment
Usage: clickup comment [options] <task_id> [message]
add comment
Arguments:
task_id Task Id
message Comment Text
Options:
-f, --file <filePath> Read from file
-n, --notify_all Notify all
-a, --assignee <user_id> Assign to user
-h, --help display help for command
> clickup help check [options] <task_id> [item]
add checklist
Arguments:
task_id Task Id
item Checklist Item
Options:
-f, --file <filePath> List of Items
-n, --name <name> Checklist Name (default: "Checklist")
-h, --help display help for command
FAQs
Unofficial clickup cli
The npm package clickup-cli receives a total of 17 weekly downloads. As such, clickup-cli popularity was classified as not popular.
We found that clickup-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.