MSI
WinGet
Scala CLI
scala-cli@virtuslab.com · 1.4.2 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i scala-cli-x86_64-pc-win32.msi /quiet /norestart
File Identity
Filename
scala-cli-x86_64-pc-win32.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
VirtusLab.ScalaCLI
Version
1.4.2
Description
Scala CLI is a command-line tool to interact with the Scala language.
License
Apache-2.0
↗
Installer URL
https://github.com/VirtusLab/scala-cli/releases/download/v1.4.2/scala-cli-x86_64-pc-win32.msi
Release Notes
Environment variable help with --env-help
You can now list environment variables used internally with the --envs-help flag.
This does include some environment variable used by Scala CLI's dependencies (like Coursier, Bloop, etc.), but should not be treated as an exhaustive list.
scala-cli --env-help --power
# The following is the list of environment variables used and recognized by Scala CLI.
# It should by no means be treated as an exhaustive list.
# Some tools and libraries Scala CLI integrate…