Confluence
Bidirectional markdown/wiki sync - write in your editor, sync to Confluence. Pull, push, watch mode with conflict detection. Plus macro support and templates.
atlcli is a command-line interface for Confluence and Jira. Supports Atlassian Cloud (first-class support), Data Center, and Server installations.
Core feature: True bidirectional sync between local markdown files and Confluence wiki pages - edit locally in your favorite editor, push to Confluence, or pull remote changes. Conflict detection included.
Extensive macro support: Full conversion of Confluence macros to markdown and back:
Full issue lifecycle: Create, search, update, and transition issues from the command line. JQL search with flexible output formats.
Time tracking with timers: Start a timer when you begin work, stop it when done - time is logged automatically. No more forgetting to track hours.
Sprint analytics: Velocity charts, burndown tracking, and predictability metrics for your agile workflows.
Bulk operations: Update, transition, or label hundreds of issues at once with JQL filters.
Confluence
Bidirectional markdown/wiki sync - write in your editor, sync to Confluence. Pull, push, watch mode with conflict detection. Plus macro support and templates.
Jira
Full issue lifecycle, JQL search, sprint analytics, and timer-based time tracking.
Plugins
Extensible plugin system for custom workflows and integrations.
Recipes
Real-world workflows for team docs, sprint reporting, and CI/CD integration.
# Install (macOS/Linux)curl -fsSL https://atlcli.sh/install.sh | bash
# Or via Homebrewbrew install bjoernschotte/tap/atlcli
# Authenticateatlcli auth init
# Sync Confluence docsatlcli wiki docs pull ./my-docs --space TEAM
# Search Jira issuesatlcli jira search --assignee me --status "In Progress"