confluence-cli 1.32.0 → 1.33.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "confluence-cli",
3
- "version": "1.32.0",
3
+ "version": "1.33.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": {
@@ -30,6 +30,7 @@ confluence --version # verify install
30
30
  | `CONFLUENCE_PROFILE` | Named profile to use (optional) | `staging` |
31
31
  | `CONFLUENCE_READ_ONLY` | Block all write operations when `true` | `true` |
32
32
  | `CONFLUENCE_FORCE_CLOUD` | Force Cloud link format for custom domains | `true` |
33
+ | `CONFLUENCE_LINK_STYLE` | Override link rendering: `smart`, `plain`, or `wiki` | `plain` |
33
34
 
34
35
  **Global `--profile` flag (use a named profile for any command):**
35
36