Release Notes
- feat:
icp canister snapshot - create, delete, restore, list, download, and upload canister snapshots
- feat:
icp canister call now supports --proxy flag to route calls through a proxy canister
- Use
--proxy <CANISTER_ID> to forward the call through a proxy canister's proxy method
- Use
--cycles <AMOUNT> to specify cycles to forward with the proxied call (defaults to 0)
Install icp-cli 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dfinity/icp-cli/releases/download/v0.1.0/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.1.0/icp-cli-installer.ps1 | iex"
Download icp-cli 0.1.0