@moonrepo/cli@0.3.0
github-actions
released this
14 Jun 21:30
·
1452 commits
to master
since this release
💥 Breaking
- Moved the
project.type
setting inproject.yml
to the top-level. Is now simplytype
.
🚀 Updates
- Added support for a list of globs when configuring the
projects
setting in
.moon/workspace.yml
. - Added a
actionRunner.inheritColorsForPipedTasks
setting to.moon/workspace.yml
for inheriting
terminal colors for piped tasks. - Added a
language
setting toproject.yml
for defining the primary programming language of a
project. - Added a global
--color
option to the CLI. Also supports a newMOON_COLOR
environment variable.
🐞 Fixes
- Fixed many issues around terminal color output and handling.