Listing buildout configuration variables

buildout, python

Solution

I found from the buildout docs that

`bin/buildout annotate`

was what I was looking for.

Problem

I'd like to find out, exactly what variables are available when using zc.buildout. I can always look at the source, but ideally I'd find a list somewhere, or be able to query buildout to find out what it thinks are the variables available at any one time. Is this possible?

Original source