This tap contains icp-cli-beta, released more often than the icp-cli formula available in homebrew-core. The binaries use the same names, so it's necessary to brew uninstall icp-cli first.
brew install dfinity/tap/icp-cli-betaThe formula installs prebuilt binaries from dfinity/icp-cli releases. To update the formula:
- Ensure the icp-cli release is published with platform archives and
.sha256checksum files. - Go to Actions > Update formula from icp-cli release and dispatch the workflow with the release version (e.g.,
0.3.0-beta.0). - The workflow fetches checksums, updates the formula's
versionandsha256lines, and creates a PR. Review and merge.
To update manually, run ./scripts/update-icp-cli-beta.sh <version> from the repo root.
This project is licensed under the Apache-2.0 license.
This project does not accept external contributions. Pull requests from individuals outside the organization will be automatically closed.