ID:2814906
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
Artifacts from a successful run of dm are always placed next to the dme. External tooling can be used to manage the build process and subsequently move them elsewhere for packaging or clean use but avoiding extra scripts where possible is always good.

It would be nice to be able to:

A) Have DM write artifacts to the CWD it is run from
(eg, in project/build/, running dm ../project.dme)

B) Have a BUILD_DIR define for a project's dme, defaulting to .

C) Have an argument, like dm project.dme -out some/path

Or all three, with priority C beats B beats A