@moonrepo/cli
Advanced tools
Comparing version 0.2.2 to 0.3.0
# Changelog | ||
## 0.3.0 | ||
#### 💥 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. | ||
## 0.2.0 | ||
@@ -4,0 +24,0 @@ |
{ | ||
"name": "@moonrepo/cli", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "moon command line and core system.", | ||
@@ -32,8 +32,8 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-x64-gnu": "^0.2.2", | ||
"@moonrepo/core-linux-x64-musl": "^0.2.2", | ||
"@moonrepo/core-macos-arm64": "^0.2.2", | ||
"@moonrepo/core-macos-x64": "^0.2.2", | ||
"@moonrepo/core-windows-x64-msvc": "^0.2.2" | ||
"@moonrepo/core-linux-x64-gnu": "^0.3.0", | ||
"@moonrepo/core-linux-x64-musl": "^0.3.0", | ||
"@moonrepo/core-macos-arm64": "^0.3.0", | ||
"@moonrepo/core-macos-x64": "^0.3.0", | ||
"@moonrepo/core-windows-x64-msvc": "^0.3.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5347