Skip to content

Releases: mediatriple/cdnctl

cdnctl 0.17.3

Choose a tag to compare

@hilmican hilmican released this 24 Aug 21:19

Full Changelog: v0.17.2...v0.17.3

cdnctl 0.17.2

Choose a tag to compare

@hilmican hilmican released this 17 Aug 09:05

Full Changelog: v0.17.1...v0.17.2

cdnctl 0.17.1

Choose a tag to compare

@hilmican hilmican released this 01 Aug 12:34

Adds package-manager installs.

brew install mediatriple/tap/cdnctl        # macOS + Linux
sudo dpkg -i cdnctl_0.17.1_amd64.deb       # Debian / Ubuntu
sudo rpm -i cdnctl-0.17.1-1.x86_64.rpm     # RHEL / Fedora
go install github.com/mediatriple/cdnctl@latest

Package builds are stamped with their install channel, so cdnctl update defers to brew upgrade / apt-get / dnf instead of overwriting the binary your package manager owns. Direct downloads keep self-updating as before.

cdnctl 0.17.0

Choose a tag to compare

@hilmican hilmican released this 01 Aug 12:12

First public release of the official cdn.com.tr CLI.

A single static Go binary — no PHP, Node.js or Python needed, and no third-party dependencies.

Covers: CDN cache purge · container apps (deploy, logs, scale, promote/rollback, diagnose) · Docker Compose deploys · addons (Redis, Postgres, database, NATS) · scheduled jobs · private registry credentials · S3-compatible object storage (buckets, access keys, bindings) · CDN file storage · account switching.

Install

go install github.com/mediatriple/cdnctl@latest

Or download an archive below (linux amd64/arm64, macOS amd64/arm64, Windows amd64) and verify it against cdnctl-0.17.0-checksums.txt.

Already installed? cdnctl update --yes (verifies the SHA256 before replacing the binary).

See the README for a quick start and the full command overview.