@moonrepo/core-macos-arm64
Advanced tools
Changelog
1.5.0
rust
as a supported platform
variant.rust
setting to .moon/toolchain.yml
.toolchain.rust
setting to moon.yml
.rust
setting in .prototools
.moon init
and moon bin
commands to support Rust.moon docker scaffold
command to scaffold Cargo files.moon docker prune
command to delete the target
directory.run
when it should be test
.moon init --yes
to not enable all tools, and instead enable based on file detection.moon init
templates. Will no longer scaffold .moon/tasks.yml
.Changelog
1.4.0
#tag:task
, which will run a task for all projects with the
given tag.moon query projects
and moon query tasks
to support MQL for filtering results.node.aliasPackageNames
setting. Aliases will always be loaded now.Changelog
1.3.2
pnpm-lock.yaml
with no packages would fail to parse.Changelog
1.3.1
git status
, which would log a warning.Changelog
1.3.0
--query
option to the moon run
command, allowing for advanced targeting.manifest.json
.Changelog
1.2.2
node_modules/.bin/moon
as another lookup location for the moon
binary when running
globally.Changelog
1.2.1
$projectAlias
token was not substituting correctly.Changelog
1.2.0
.moon/tasks/tag-<name>.yml
.MOON_COLOR
would fail validation.Changelog
1.1.1
Changelog
1.1.0
command
s.moon task
command, for viewing resolved information about a task.moon run
to be able to run tasks in the closest project based on current working
directory.noop
tasks to be cacheable, so that they can be used for cache hit early returns.moon
binary.