Skip to content

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 23 Apr 18:08
a4dc425

Release Notes

  • feat: icp identity delegation request/sign/use now permit creating and importing identity delegations
  • feat: icp identity import now takes --seed-curve, for seed phrases for non-k256 keys.
  • fix: icp canister settings show now outputs only the canister settings, consistent with the command name
  • fix: Fail early when attempting to create an identity with an already existing name.
  • fix: Find icp.yaml even from within a symlinked folder.

Install icp-cli 0.2.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dfinity/icp-cli/releases/download/v0.2.4/icp-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/dfinity/icp-cli/releases/download/v0.2.4/icp-cli-installer.ps1 | iex"

Download icp-cli 0.2.4

File Platform Checksum
icp-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
icp-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
icp-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
icp-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
icp-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum