Circle 2.0 has been great, but our team would like to be able to be able to control how the build pipeline operates at build-time by dynamically generating the circle.yml.
At build, we'd like to be able to somehow run a command that dumps out the content of a circle.yml. By doing so, we could calculate a build plan on our monorepo for the workflow that should be run specifically for what projects in the monorepo have changed on the branch. This would make it easier for us to run jobs in parallel and kick off a build flow that's much more dynamic.
CCI-I-184