@moonrepo/core-macos-arm64
Advanced tools
Changelog
1.14.3
moon dep-graph
to support a task in closest project, similar to moon run
.extends
setting.Changelog
1.14.2
.moon/tasks
would be parsed as YAML configs.Changelog
1.14.1
Changelog
1.14.0
moon run
shorthand, where "run" can be omitted. For example, moon run app:build
can be
written as moon app:build
.
:
.moon ci
to support running an explicit list of targets, instead of running everything.node.version
, npm.version
, pnpm.version
, yarn.version
, and rust.version
to
support partial versions and requirements/ranges like 1.2
, 1
, or ^1.2
..moon/tasks
to support nested folders, for better organization of task files.Changelog
1.13.3
rust
toolchain and attempting to install bins
.Changelog
1.13.2
pnpm
or yarn
would panic based on configuration combination.Changelog
1.13.1
deps
within global tasks would not apply exclude/rename overrides.moon upgrade
would require a workspace.Changelog
1.13.0
allowFailure
task option, allowing tasks to fail without bailing the entire run.
--help
menus.runner.archivableTargets
to support tag scoped targets.moon query tasks
to filter out projects with no tasks.moon query tasks --affected
to filter based on affected task, instead of affected
project.moon init
not using the remote default branch when scaffolding.