Parent Group
Customer-operated CLI tools for page-level and space-level Confluence export, migration, continuity, governance, and AI-ready Markdown workflows.
Related tool in this group: acp2md
Atlassian Confluence Space to Markdown for whole-space export and synchronization.
acs2md, short for Atlassian Confluence Space to Markdown, is built for large-scale documentation operations: continuity copies, disaster recovery archives, Git migrations, repeatable AI-ready corpora, and shared space plus page workflows from one binary.
acs2md is built for space-scale export, synchronization, governance, and repeatable downstream use.
Export an entire Confluence space in one run, preserving hierarchy as folders and files.
Preserve the page tree as folders and files while rewriting internal Confluence links to local relative paths.
Use local .convert-sync-state.json tracking to skip unchanged pages and keep recurring exports practical.
List spaces, pages, properties, and permissions for governance, audit preparation, and migration planning.
Run page convert, get, count, and properties commands from the same binary when you need targeted work inside a broader export workflow.
Use stderr progress bars and structured output in long-running jobs without breaking automation or pipelines.
Provide your Atlassian API token securely via environment variables.
acs2md queries the Confluence Cloud API and retrieves page content in ADF format.
The tool converts complex ADF JSON structures to clean, standard CommonMark Markdown.
Save your Markdown files locally, commit to Git, or integrate into your workflow.
acs2md
Maintain a current Markdown copy of a full documentation space outside Confluence for operational resilience.
Build recoverable, customer-controlled archives that do not depend on the source platform to read or store your documentation.
Move a full Confluence estate into Git-based documentation workflows while preserving structure and navigability.
Create repeatable Markdown corpora for enterprise search, retrieval, and knowledge assistant pipelines.
Inspect space metadata, page inventory, and permissions before audits, cleanups, or platform transitions.
Run scheduled changed-only exports in CI or internal automation, while still using built-in page commands for targeted follow-up work.
acs2md uses Atlassian API tokens for secure authentication:
Security Tip: Never hardcode your token. Use environment variables or a secrets manager.
Configure acs2md with tool-specific Confluence environment variables:
Convert a full Confluence space to Markdown:
Replace DOCS with your real Confluence space key. Use acs2md space list if you need to discover available spaces.
Convert an entire space:
List available spaces:
Inspect one page from the same binary:
Use the detailed docs when you need sync strategy, page commands, link rewriting, permissions, or space inventory guidance.
Read the Documentation