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.