Releases: mediatriple/cdnctl
Release list
cdnctl 0.17.3
Full Changelog: v0.17.2...v0.17.3
cdnctl 0.17.2
cdnctl 0.17.1
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@latestPackage 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
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@latestOr 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.