Releases
Last updated
Was this helpful?
Last updated
Was this helpful?
Find the links to CLI builds in the Releases section below.
In the below, select the matching operating system in the link column for the version you want to install. This will download the installer for that operating system.
To determine which CLI version you are currently using, navigate to your currently installed CLI and use the CLI command icav2 version
For help on this command use icav2 version -h
.
Checksums are provided alongside each downloadable CLI binary to verify file integrity. The checksums are generated using the SHA256 algorithm. To use the checksums:
Download the CLI binary for your OS
Download the corresponding checksum using the links in the table
Calculate the SHA256 checksum of the downloaded CLI binary
Diff the calculated SHA256 checksum with the downloaded checksum. If the checksums match, the integrity is confirmed.
There are a variety of open source tools for calculating the SHA256 checksum. See the below tables for examples.
For CLI v2.3.0 and later:
Windows
CertUtil -hashfile ica-windows-amd64.zip SHA256
Linux
sha256sum ica-linux-amd64.zip
Mac
shasum -a 256 ica-darwin-amd64.zip
2.35.0
2.34.0
2.33.0
2.32.2
2.31.0
2.30.0
2.29.0
2.28.0
2.27.0
2.26.0
2.25.0
2.24.0
2.23.0
2.22.0
2.21.0
2.19.0
2.18.0
2.17.0
2.16.0
2.15.0
2.12.0
2.10.0
2.9.0
2.8.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
Note: To access release history of CLI versions prior to v2.0.0, please see the ICA v1 documentation .