relay icon indicating copy to clipboard operation
relay copied to clipboard

Add CLI flag to only build specific projects

Open kejistan opened this issue 2 years ago • 7 comments

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).

kejistan avatar Feb 10 '22 19:02 kejistan