You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
- Make APT the recommended installation method (it's working)
- Simplify APT instructions for clarity
- Note Snap is pending store approval
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
echo"deb [arch=$(dpkg --print-architecture)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
64
+
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
73
65
74
-
#Install
66
+
#Update and install
75
67
sudo apt update
76
68
sudo apt install cfl
77
69
```
@@ -103,6 +95,15 @@ sudo dnf install cfl
103
95
brew install open-cli-collective/tap/cfl
104
96
```
105
97
98
+
**Snap**
99
+
100
+
```bash
101
+
sudo snap install ocli-confluence
102
+
sudo snap alias ocli-confluence cfl # Optional: create 'cfl' alias
103
+
```
104
+
105
+
> Note: Snap package is pending store approval. Check availability at https://snapcraft.io/ocli-confluence
106
+
106
107
**Binary download**
107
108
108
109
Download `.deb`, `.rpm`, or `.tar.gz` from the [Releases page](https://github.com/open-cli-collective/confluence-cli/releases) - available for x64 and ARM64.
0 commit comments