Skip to content

Releases: dfinity/icp-cli

v0.1.0-beta.3

13 Jan 23:24
07ee1d0

Choose a tag to compare

v0.1.0-beta.3 Pre-release
Pre-release

Release Notes

  • feat: Remove requirement that the user install icp-cli-network-launcher, auto-install it on first use
  • feat: Support keyring storage and password-protected encryption for identity keys (and make keyring the default)
  • fix: Use EOP when upgrading motoko canisters
  • feat: Network startup verbose output now requires --debug flag
  • feat: Add icp network status command to display network information
    • Displays port, root key, and candid UI principal (if available)
    • Supports --json flag for JSON output
  • feat: icp deploy now displays URLs to interact with the deployed canister(s)
  • feat: Allow overriding the local network in the config file
    • This makes it more convenient to configure the default environment
  • feat: Validate call argument against candid interface
    • The interface is fetched from canister metadata onchain
  • feat: Accept an environment as argument for network commands
  • feat: call argument building interactively using candid assist
  • feat: specifying canister init_args in icp.yaml
  • fix: overriding canister settings from the canisters section of icp.yaml with settings from the environments section now works as intended

Install icp-cli 0.1.0-beta.3

Install prebuilt binaries via shell script

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

Download icp-cli 0.1.0-beta.3

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-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
icp-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.0-beta.2

18 Dec 23:10
a5f2d40

Choose a tag to compare

v0.1.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2

Release v0.1.0-beta.1

12 Dec 01:29
7bde673

Choose a tag to compare

Release v0.1.0-beta.1 Pre-release
Pre-release
  • feat!: Switch to using icp-cli-network-launcher instead of pocket-ic directly. Download it here.
  • feat!: Introduce new command to create projects from templates (#219)

Release v0.1.0-beta.0

24 Nov 19:30
9e784e0

Choose a tag to compare

Release v0.1.0-beta.0 Pre-release
Pre-release

This is a the first beta release of icp-cli.

Supports:

  • Creating an identity.
  • Launching a local network with pocket-ic.
  • Executing operations against a network.
  • Building and deploying canisters to a network.

Please report issues in Github, on Discord or on the Forum