Skip to content

Commit

Permalink
updated with list usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticrabbit committed Nov 14, 2021
1 parent b196ea9 commit f85635b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ export CLICKUP_PORT=9999
clickup get task 123456 -s
clickup get task 123456 --subtasks
```

### Get List
1. From the Clickup app, copy the List ID for the list you'd like to retrieve (e.g. `1234`).
1. Provide the list ID as command line argument:
```
clickup get list 1234
```
1. List details will be output in JSON to StdOut.

0 comments on commit f85635b

Please sign in to comment.