Skip to content

posthog-cli/v0.18.0

Choose a tag to compare

@releaser-posthog releaser-posthog released this 02 Sep 15:21
f1c0a45

Release Notes

Minor changes

  • fb9ed9d8ec1 Default --release-mode to event for sourcemap inject, sourcemap process, sourcemap upload, hermes inject, hermes clone and hermes upload. Uploaded symbol sets and source maps are now release-independent, and each exception resolves its own release: a web build reads the _posthogReleaseId injected into the chunk, and a Hermes build resolves it from the $app_namespace / $app_version / $app_build the SDK already sends. Two releases that ship the same code keep one symbol set instead of colliding on the release that uploaded it first. Pass --release-mode symbol-set to keep binding the release to what you upload. Before upgrading, check that the release coordinates you pass match the app's bundle identifier or applicationId, version and build number, because a mismatch leaves exceptions with no release.

    hermes upload now resolves --info-plist before it checks the release coordinates. An iOS build that supplies them that way no longer gets a warning about a release the run creates correctly. — Thanks @ablaszkiewicz!

Install posthog-cli 0.18.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.18.0/posthog-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.18.0/posthog-cli-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @posthog/cli@0.18.0

Download posthog-cli 0.18.0

File Platform Checksum
posthog-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
posthog-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
posthog-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
posthog-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
posthog-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
posthog-cli-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
posthog-cli-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum