Add CLI flag to only build specific projects
Open
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
When running the compiler with a config that contains multiple projects _all_ projects are always built. This is definitely a sane default, but it'd be nice to be able to only build a subset. The use case I'm specifically thinking about is with the query persister in a deploy pipeline: if I can run the compiler against only a single project I can also persist just the queries in that single project (rather than all the projects).
Contributor guide
Assessment
This issue has not been assessed yet.