Skip to content

cdnctl 0.17.1

Choose a tag to compare

@hilmican hilmican released this 01 Aug 12:34
· 5 commits to main since this release

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.