# README
clickupctl
This is the command line client for ClickUp™.
Installation
go install github.com/moutend/clickupctl/cmd/clickupctl@latest
Authentication
To use clickupctl, you'll need to set up a personal API token first. Here are the steps to follow:
- Log into ClickUp.
- Click on your avatar in the lower-left corner and select Apps.
- Under API Token, click Generate.
- Set the environment variable
CLICKUP_API_TOKEN
using the generated token.
export CLICKUP_API_TOKEN='Your API token'
Run the following command to confirm that the authentication has been successfully completed.
clickupctl whoami
Usage
The basic format is:
clickupctl <resource> <operation>
For instance, use the following command to list all teams:
clickupctl team list
For more details, run clickupctl help
.
LICENSE
MIT
# Packages
No description provided by the author