This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Releases: open-cli-collective/confluence-cli
Releases · open-cli-collective/confluence-cli
v0.9.13
v0.9.12
v0.9.11
v0.9.10
v0.10.0
Linux Distribution Support
cfl is now available on Linux via APT and RPM package repositories.
APT (Debian/Ubuntu)
curl -fsSL https://open-cli-collective.github.io/linux-packages/keys/gpg.asc | sudo gpg --dearmor -o /usr/share/keyrings/open-cli-collective.gpg
echo "deb [signed-by=/usr/share/keyrings/open-cli-collective.gpg] https://open-cli-collective.github.io/linux-packages/apt stable main" | sudo tee /etc/apt/sources.list.d/open-cli-collective.list
sudo apt update && sudo apt install cflDNF/YUM (Fedora/RHEL)
sudo tee /etc/yum.repos.d/open-cli-collective.repo << 'REPO'
[open-cli-collective]
name=Open CLI Collective
baseurl=https://open-cli-collective.github.io/linux-packages/rpm
enabled=1
gpgcheck=1
gpgkey=https://open-cli-collective.github.io/linux-packages/keys/gpg.asc
REPO
sudo dnf install cflWindows Packaging Improvements
- Automated Winget package submission (#86)
- Improved Winget manifest validation (#89)
- Automated Chocolatey publishing on release (#81)
- Manual Chocolatey publish workflow for hotfixes (#83)
- Fixed Chocolatey moderation issues (#90)
- Fixed PowerShell regex handling (#88)
- Fixed initial Winget submission when manifest doesn't exist (#87)
CI/CD
- Go builds now skip when only non-Go files change (#85)