Confluence
Confluence
Section titled “Confluence”atlcli provides bidirectional sync between local markdown files and Confluence pages.
Overview
Section titled “Overview”Work with Confluence using familiar Git-like workflows:
# Initialize a local directoryatlcli wiki docs init ./team-docs --space TEAM
# Pull pages from Confluenceatlcli wiki docs pull ./team-docs
# Edit locally, then push changesatlcli wiki docs push ./team-docs
# Watch for changesatlcli wiki docs sync ./team-docs --watchKey Features
Section titled “Key Features”- Bidirectional Sync - Pull from Confluence, push local changes
- Content Audit - Detect stale pages, broken links, orphans, contributor risks
- DOCX Export - Export pages to Word with customizable templates
- Conflict Detection - Warns when both local and remote changed
- Markdown Format - Write in markdown, atlcli handles conversion
- Macro Support - Use Confluence macros like info panels and TOC
- Smart Links - Jira issues and Confluence page links with display modes
- Cross-Product Linking - Link pages to Jira issues bidirectionally
- Page Templates - Create pages from reusable templates
- Link Tracking - Track internal and external links across pages
Quick Start
Section titled “Quick Start”1. Initialize Directory
Section titled “1. Initialize Directory”atlcli wiki docs init ./docs --space TEAM2. Pull Pages
Section titled “2. Pull Pages”atlcli wiki docs pull ./docs3. Edit Files
Section titled “3. Edit Files”Files are standard markdown with YAML frontmatter:
---id: "12345"title: "API Documentation"space: "TEAM"---
# API Documentation
Your content here...4. Push Changes
Section titled “4. Push Changes”atlcli wiki docs push ./docsRelated Topics
Section titled “Related Topics”- Authentication - Set up profiles and API tokens
- Configuration - Global and project configuration options
- Jira Integration - Link Confluence pages to Jira issues
- Recipes - Real-world workflows combining Confluence and Jira
- Troubleshooting - Common issues and solutions
Jira and Confluence are trademarks of Atlassian Corporation Plc.
atlcli is not affiliated with, endorsed by, or sponsored by Atlassian.