Build from d7094a079e54d6d3d6c314bbb2dd0b5267695eb6
PostHog
Build from db3eaa688df516771b3f6a73ee598cc0a4355f36
Build from 6ec6efa35164bd58b5f4e7bcad9db66f1197cc8c
Build from ddda77fb6460e835b81698227180492e59b8e868
Build from d024dcb385d63ee00cac300dd545241a5992e5cb
Release Notes
Patch changes
- c3ee0a34e1 Clarify the ProGuard map ID help text. — Thanks @cat-ph!
Install posthog-cli 0.7.21
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.21/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.7.21/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.7.21
Download posthog-cli 0.7.21
| 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 |
Build from 2db951b4aa6bdb41d117f9c3f1b06509c481884b
Release Notes
Patch changes
- 81b679f143 Clarify the Hermes upload help text. — Thanks @cat-ph!
Install posthog-cli 0.7.20
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.20/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.7.20/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.7.20
Download posthog-cli 0.7.20
| 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 |
Build from f644592995121e79ca5de0b971768bd2650f4503
Build from a520cdbfb0f486930a36ee6b595c4c1871562e8c
Build from 6f30f26c91cc6fcb331a3f8af2878dce59ce73a8
Build from 1c0e847888340530c3390fd7aec29d765264514e
Release Notes
- fix: rename
--env-fileto--dotenv-file. The npm package runs the CLI binary through anodewrapper script, and Node has its own built-in--env-fileflag — so Node intercepted the flag before it reached the binary, failing withnode: .env: not foundfor a missing file.--env-filestill works as an alias for native installs.
Install posthog-cli 0.7.18
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.18/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.7.18/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.7.18
Download posthog-cli 0.7.18
| 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 |
Release Notes
- fix: treat a missing
--env-fileas a warning instead of a fatal error — the CLI logs that the file wasn't found and falls back to the other credential sources (process env, then stored credentials). A file that exists but can't be read still errors.
Install posthog-cli 0.7.17
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.17/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.7.17/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.7.17
Download posthog-cli 0.7.17
| 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 |
Build from 42b5e517690156da995bdf4cf27868b4ef1b453b
Build from a3d4f3fe8214d281be16ce1ae893affdf1da6ff5
Build from bf646d47ebf6286fcf0535e995f67cc390ee4236
Build from 69d08c0f4f6b3da366f7737c9e50a894ee3693a4
Release Notes
- feat: add
--dry-runflag (andPOSTHOG_CLI_DRY_RUNenv var) to skip artifact uploads (sourcemap, dSYM, Hermes, ProGuard) without contacting PostHog or requiring credentials — for CI gates that bundle to catch regressions but must not upload.
Install posthog-cli 0.7.16
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.16/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.7.16/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.7.16
Download posthog-cli 0.7.16
| 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 |
