Open
Description
Two enhancements/options would really improve local builds:
- an option for building with no collections
- an option for building with a selected list of collections
These could be two separate flags (--base-only
and --build-collections coll1 coll2
) or they could be two different options on the same flag (--collections none
or --collections coll1 coll2
).