Skip to content

@moonrepo/cli@0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 21:30
· 1452 commits to master since this release

💥 Breaking

  • Moved the project.type setting in project.yml to the top-level. Is now simply type.

🚀 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 to project.yml for defining the primary programming language of a
    project.
  • Added a global --color option to the CLI. Also supports a new MOON_COLOR environment variable.

🐞 Fixes

  • Fixed many issues around terminal color output and handling.