Skip to main content
Version: Next 🚧

Installation

Pick the install method that fits your environment. All methods produce the same cme / confluence-markdown-exporter CLI.

curl -LsSf uvx.sh/confluence-markdown-exporter/install.sh | sh

Uses uv under the hood to create an isolated, self-updating environment. No need to manage a virtualenv yourself.

Pinning a specific version​

curl -LsSf uvx.sh/confluence-markdown-exporter/5.1.1/install.sh | sh

Verify the install​

cme --help

You should see the top-level commands: pages, pages-with-descendants, spaces, orgs, and config.

Next steps​