criticalmanufacturing / cli

Critical Manufacturing Projects Command Line Tool
https://criticalmanufacturing.github.io/cli/
BSD 3-Clause "New" or "Revised" License
10 stars 22 forks source link

Allow build command without restore and/or production flags #329

Open pedromsilvapt opened 11 months ago

pedromsilvapt commented 11 months ago

Running cmf build is quite slow because it always performs a restore (install packages/modules/dependencies) and builds with production flags (brotli compression, release mode).

To be able to use cmf build during development, and also to facilitate generating packages outside of our pipelines, such as directly by a customer, it would be nice to:

m-s- commented 10 months ago

This is on the roadmap but probably as a part of the dev plugin. I'll keep this open for reference until we have something going :)