@moonrepo/cli
Advanced tools
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.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.