@moonrepo/cli
Advanced tools
Changelog
1.7.3
Changelog
1.7.2
cargo generate-lockfile
would run in the wrong directory.Changelog
1.7.1
Changelog
1.7.0
--color
.--log
or MOON_LOG
would error when running nested moon
commands.Changelog
1.6.0
persistent
task option to moon.yml
(is also set via local
).platform
detection to only use the platform if the toolchain language is enabled.Changelog
1.5.1
runInCI
was false.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.