When I have a secret specified in environment variables I would like to iterate through all projects that are configured to run on circle and update the secret value.
There is currently no way for me to get a list of all projects configured to run on circle programmatically, I had to build it using the website and some regular expression foo.
The API only returns the projects that my user is a following, this does not meet my needs as I do not watch all projects and making it so my user automatically follows all new projects looks unadvised.Please provide a way to iterate through all enabled projects so I can leverage the per-project API more effectively.
CCI-I-671