@moonrepo/cli
Advanced tools
Changelog
1.3.1
git status
, which would log a warning.Changelog
1.3.0
--query
option to the moon run
command, allowing for advanced targeting.manifest.json
.Changelog
1.2.2
node_modules/.bin/moon
as another lookup location for the moon
binary when running
globally.Changelog
1.2.1
$projectAlias
token was not substituting correctly.Changelog
1.2.0
.moon/tasks/tag-<name>.yml
.MOON_COLOR
would fail validation.Changelog
1.1.1
Changelog
1.1.0
command
s.moon task
command, for viewing resolved information about a task.moon run
to be able to run tasks in the closest project based on current working
directory.noop
tasks to be cacheable, so that they can be used for cache hit early returns.moon
binary.Changelog
1.0.3
hasher.batchSize
to control the number of files to be hashed per batch.git hash-object
during the
inputs collection process. For large projects, you'll see improved performance.hasher.walkStrategy
was "vcs".noop
task would not start or run in
parallel.Changelog
1.0.2
moon run
or moon check
would hang when not running in a workspace.~/.moon
.Changelog
1.0.1
envFile
to log a warning instead of triggering an error when .env.
is missing.envFile
to support workspace relative paths when prefixed with /
..moon/tasks/*.yml
were not scaffolded into Dockerfile
s.