confluence-cli 1.22.0 → 1.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,14 @@ A powerful command-line interface for Atlassian Confluence that allows you to re
20
20
 
21
21
  ## Installation
22
22
 
23
+ ### Homebrew (macOS/Linux)
24
+
25
+ ```bash
26
+ brew install pchuri/tap/confluence-cli
27
+ ```
28
+
29
+ ### npm
30
+
23
31
  ```bash
24
32
  npm install -g confluence-cli
25
33
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "confluence-cli",
3
- "version": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "description": "A command-line interface for Atlassian Confluence with page creation and editing capabilities",
5
5
  "main": "index.js",
6
6
  "bin": {