@moonrepo/core-macos-arm64
Advanced tools
Changelog
1.12.1
Changelog
1.12.0
interactive
field to task options. This marks tasks as interactive, so they can use
stdin.extends
field to task configurations. This allows tasks to extend and inherit settings
from sibling tasks.env
values to support token functions and variables.outputs
to support negated globs..yaml
extension.moon ci
would no run affected targets based on touched files.Changelog
1.11.1
Changelog
1.11.0
moon project-graph --json
to include the fully expanded graph data._
).experiments
setting to .moon/workspace.yml
.command
and args
are now substituted.deps
can now depend on tag targets (#tag:task
).env
are now used when substituting values, alongside system-level.outputs
can now use token variables..raw
extension.project
to query both project name AND alias.projectName
for only querying by name.@files
token would not invalidate the project graph cache..env
would not invalidate the project graph cache.Changelog
1.10.1
.gitignore
patterns weren't always applied correctly.git hash-object
commands would fail if moon was setup in a sub-directory.--json
), resulting in JSON parsing errors.Changelog
1.10.0
These changes are fixing edge cases that should not have been allowed, but may break existing repos. If these changes become troublesome, we'll revert.
MOON_BASE
and MOON_HEAD
environment variables.
moon ci
and moon run
.deno.bins
setting to .moon/toolchain.yml
.hasher.ignorePatterns
and hasher.ignoreMissingPatterns
settings to
.moon/workspace.yml
.moon ci
to include a summary of all failed actions.moon run
to compare against the previous commit when running on the default branch and
using --remote
.rust.bins
in .moon/toolchain.yml
to support an object for each bin entry.
Changelog
1.9.2
Changelog
1.9.0
vcs.hooks
and vcs.syncHooks
settings to .moon/workspace.yml
.moon sync hooks
command.--clean
and --force
flags to moon sync codeowners
command.moon init
to:
vcs.provider
setting.InstallNodeDeps
action to SetupNodeTool
action. This includes
syncing packageManager
, engines
, and version files. This should feel more natural.dev
, start
, or serve
tasks would not always be marked as local
.