Release Notes
- chore: bump
cargo-distto 0.32.0; the new npm installer drops the bundled transitive deps that were carrying open CVEs (axios,follow-redirects,minimatch,brace-expansion)
Install posthog-cli 0.7.13
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.13/posthog-cli-installer.sh | sh
Install prebuilt binaries via powershell script
:::sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.13/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
:::sh
npm install @posthog/cli@0.7.13
Download posthog-cli 0.7.13
| File | Platform | Checksum |
|---|---|---|
| posthog-cli-aarch64-apple-darwin.tar.gz (github.com) | Apple Silicon macOS | checksum |
| posthog-cli-x86_64-apple-darwin.tar.gz (github.com) | Intel macOS | checksum |
| posthog-cli-x86_64-pc-windows-msvc.zip (github.com) | x64 Windows | checksum |
| posthog-cli-aarch64-unknown-linux-gnu.tar.gz (github.com) | ARM64 Linux | checksum |
| posthog-cli-x86_64-unknown-linux-gnu.tar.gz (github.com) | x64 Linux | checksum |
| posthog-cli-aarch64-unknown-linux-musl.tar.gz (github.com) | ARM64 MUSL Linux | checksum |
| posthog-cli-x86_64-unknown-linux-musl.tar.gz (github.com) | x64 MUSL Linux | checksum |