1.27.5 (2026-03-23)
- make wiki path prefix configurable based on apiPath (#83) (fb58a37), closes /github.com/pchuri/confluence-cli/pull/83#issuecomment-4108336611
1.27.4 (2026-03-19)
1.27.3 (2026-03-14)
- add read:confluence-content.summary to required scopes documentation (#78) (9f7b70a), closes #76 #76
1.27.2 (2026-03-13)
- improve 401 error messages and document required scopes for scoped API tokens (#77) (e7e3e52), closes #76
1.27.1 (2026-03-11)
1.27.0 (2026-03-11)
1.26.0 (2026-03-09)
1.25.1 (2026-03-05)
1.25.0 (2026-03-04)
1.24.1 (2026-03-04)
1.24.0 (2026-03-04)
1.23.0 (2026-03-04)
1.22.0 (2026-03-03)
1.21.1 (2026-03-03)
1.21.0 (2026-02-27)
1.20.0 (2026-02-26)
1.19.0 (2026-02-20)
1.18.0 (2026-02-15)
1.17.0 (2026-02-13)
1.16.0 (2026-02-13)
1.15.1 (2026-02-12)
1.15.0 (2026-02-06)
1.14.0 (2026-02-03)
1.13.0 (2026-01-08)
1.12.1 (2025-12-31)
1.12.0 (2025-12-31)
1.11.1 (2025-12-17)
1.11.0 (2025-12-12)
1.10.1 (2025-12-08)
1.10.0 (2025-12-05)
1.9.0 (2025-12-04)
1.8.0 (2025-09-28)
- Make the Confluence REST base path configurable to support both
/rest/apiand/wiki/rest/api.
1.7.0 (2025-09-28)
1.6.0 (2025-09-05)
1.5.0 (2025-08-13)
1.4.1 (2025-06-30)
1.4.0 (2025-06-30)
1.3.2 (2025-06-27)
- resolve merge conflict in CHANGELOG.md (8565c1a)
1.3.1 (2025-06-27)
- clean up duplicate CHANGELOG entries (0163deb)
1.3.0 (2025-06-27)
- improve format handling based on production testing (820f9cd)
- implement page creation and update capabilities (3c43b19)
1.2.1 (2025-06-27)
- format handling: improve compatibility across Confluence instances
- Switch from 'html' macro to 'markdown' macro for better compatibility
- Change HTML processing to direct Storage format (no macro wrapper)
- Add markdownToNativeStorage method for alternative conversion
- Fix issues discovered during production testing in real Confluence environments
1.2.0 (2025-06-27)
- page management: add page creation and update capabilities (#2) (b814ddf)
confluence create- Create new pages with support for Markdown, HTML, and Storage formatsconfluence update- Update existing page content and titlesconfluence edit- Export page content for editing workflow- Support for reading content from files or inline
- Markdown to Confluence Storage format conversion
- content formats: support multiple input formats
- Markdown format with automatic conversion using
markdownmacro - HTML format with direct Storage format integration
- Native Confluence Storage format
- Markdown format with automatic conversion using
- examples: add sample files and demo scripts for new features
- None - all new features are additive
1.1.0 (2025-06-26)
- add analytics tracking to spaces command (265e8f4)
- add community feedback and analytics infrastructure (a7ff6e8)
- add explicit permissions for GitHub Actions (fa36b29)
- add NODE_AUTH_TOKEN for npm authentication (2031314)
- resolve eslint errors and npm publish warnings (b93285e)
- initial release of confluence-cli (ec04e06)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release of Confluence CLI
- Read Confluence pages by ID or URL
- Search functionality with customizable limits
- Page information display
- List all Confluence spaces
- Interactive configuration setup
- Environment variable support
- HTML and text output formats
- Comprehensive README with examples
- MIT License
confluence init- Interactive configuration setupconfluence read <pageId>- Read page content with format optionsconfluence info <pageId>- Display page informationconfluence search <query>- Search pages with optional limitconfluence spaces- List all available spaces
- commander for CLI framework
- axios for HTTP requests
- chalk for colored output
- inquirer for interactive prompts
- html-to-text for content conversion
- ora for loading indicators