@moonrepo/core-macos-arm64
Advanced tools
Changelog
1.31.2
moon
commands are
ran in parallel.Changelog
1.31.0
platform
setting in moon.yml
, use toolchain.default
instead.
language
setting and any
config files in the project/workspace root. This pattern is preferred when possible.platform
task setting, use toolchain
instead.taskPlatform
query field, use taskToolchain
instead.--platform
option for moon query tasks
, use --toolchain
instead.$taskPlatform
token, use $taskToolchain
instead.moon run
and moon ci
using a glob-like syntax.
:build-*
, app-*:build
, #tag-{foo,bar}:build
, etc.--no-bail
flag to moon run
, that will continue running tasks even when a task fails.glob://
) to generator.templates
in .moon/workspace.yml
, allowing you
to glob for your codegen template locations.inferInputs
, that will automatically infer inputs based on file groups and
substituted environment variables used within the task.runInCI
to support the values "always" (always run) and "affected" (only run
if affected, same as true
).script
, command
, args
, or env
.extends
setting in .moon/workspace.yml
, toolchain.yml
, and tasks.yml
, to
support a list of files/URLs to extend.unstable_remote.cache.compression
setting, which can be set to zstd
to enable
zstandard compression on output blobs.moon templates
command:
--filter
option to filter the templates list by ID.ctrl+c
ing multiple persistent tasks would sometimes leave them running in
the background.