Release Notes
- feat: icp-cli will now inform you if a new version is released. This can be disabled with
icp settings update-check
- fix: Duplicate identities no longer cause an error when starting a network
- feat: Added support for creating canisters on cloud engine subnets. Note that local networks cannot yet create these subnets.
- feat: Upgrading canisters now stops them before the upgrade and starts them again afterwards
- feat:
icp canister logs supports filtering by timestamp (--since, --until) and log index (--since-index, --until-index)
- feat: Support
log_memory_limit canister setting in icp canister settings update and icp canister settings sync
- feat: Leaving off the method name parameter in
icp canister call prompts you with an interactive list of methods
- fix: Correct templating of special HTML characters in recipes
Install icp-cli 0.2.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dfinity/icp-cli/releases/download/v0.2.1/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.1/icp-cli-installer.ps1 | iex"
Download icp-cli 0.2.1