Back to Watchman

watch-list

website/docs/cmd/watch-list.md

2026.05.04.00223 B
Original Source

Returns a list of watched dirs.

From the command line:

bash
$ watchman watch-list

JSON:

json
["watch-list"]

Result:

json
{
    "version": "1.9",
    "roots": [
        "/home/wez/watchman"
    ]
}