Release Notes
- feat:
icp new --init no longer requires specifying a project name. If non is provided, the containing folder's name is used as the project name
- fix:
icp canister call --json no longer produces blank output.
Install icp-cli 0.2.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dfinity/icp-cli/releases/download/v0.2.5/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.5/icp-cli-installer.ps1 | iex"
Download icp-cli 0.2.5