cliftonz/Jarvy

Install the Jarvy CLI (checksum-verified) and optionally validate, set up, or doctor your dev environment from a jarvy.toml.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionJarvy release tag to install (e.g. "1.4.0" or "v1.4.0"), or "latest" to resolve the newest release on the selected channel. Pin a concrete version for reproducible, cache-friendly CI.nolatest
channelRelease channel to resolve "latest" from: stable, beta, or nightly.nostable
install-methodHow to install Jarvy: "install-sh" downloads a checksum-verified prebuilt binary from GitHub Releases; "cargo" builds from crates.io.noinstall-sh
runWhich Jarvy command to run after install: "none" (install only), "validate" (jarvy validate --strict), "setup" (jarvy setup --ci), or "doctor" (jarvy doctor).novalidate
config-pathPath to the jarvy.toml the chosen command should act on.no./jarvy.toml
argsExtra arguments appended verbatim to the chosen command (e.g. "--format json"). Ignored when run is "none".no""
cacheCache the installed Jarvy binary keyed on version/channel/method + OS. Set to "false" to always reinstall.notrue
namedescription
jarvy-versionThe installed Jarvy version (as reported by `jarvy --version`).
jarvy-pathAbsolute path to the installed jarvy binary.