cliftonz/Jarvy
Install the Jarvy CLI (checksum-verified) and optionally validate, set up, or doctor your dev environment from a jarvy.toml.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Jarvy 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. | no | latest |
| channel | Release channel to resolve "latest" from: stable, beta, or nightly. | no | stable |
| install-method | How to install Jarvy: "install-sh" downloads a checksum-verified prebuilt binary from GitHub Releases; "cargo" builds from crates.io. | no | install-sh |
| run | Which Jarvy command to run after install: "none" (install only), "validate" (jarvy validate --strict), "setup" (jarvy setup --ci), or "doctor" (jarvy doctor). | no | validate |
| config-path | Path to the jarvy.toml the chosen command should act on. | no | ./jarvy.toml |
| args | Extra arguments appended verbatim to the chosen command (e.g. "--format json"). Ignored when run is "none". | no | "" |
| cache | Cache the installed Jarvy binary keyed on version/channel/method + OS. Set to "false" to always reinstall. | no | true |
Outputs
| name | description |
|---|---|
| jarvy-version | The installed Jarvy version (as reported by `jarvy --version`). |
| jarvy-path | Absolute path to the installed jarvy binary. |