framework icon indicating copy to clipboard operation
framework copied to clipboard

Allow overriding the output root with a command line flag

Open mythmon opened this issue 9 months ago • 2 comments

This can be helpful if you are building in an environment that is different than the configuration file expected. It can also be used to build a project multiple times to multiple directories, such as to run diff on the output to see the effect of a change.

It would however make any "custom" scripting between build and deploy harder, since the output root is no longer as predictable. Perhaps the recommendation here should instead be to make the config file read an environment variable for its output directory?

mythmon avatar May 23 '24 16:05 mythmon