🚀 Updates
- Added an
extends
setting to.moon/workspace.yml
and.moon/project.yml
. - Added a
actionRunner.logRunningCommand
setting to.moon/workspace.yml
for logging the task
command being ran. - Added a global
--logFile
option to the CLI. Also supports a newMOON_LOG_FILE
environment
variable. - When targets are being ran in parallel, their output is now prefixed with the target name to
differentiate. This is currently only enabled in CI.
🐞 Fixes
- More fixes around terminal color output and handling.
⚙️ Internal
- Temporarily disabling offline internet checks as it has issues with VPNs. Will revisit in the
future.