Skip to content

Release v1.0.0

Choose a tag to compare

@grantcarthew grantcarthew released this 27 Nov 05:18

Initial Release

First release of acon - A fast, simple command-line tool for Atlassian Confluence.

Features

  • Create, view, update, delete, and list Confluence pages
  • View and list Confluence spaces
  • Bidirectional Markdown conversion (Markdown ↔ Confluence storage format)
  • JSON output support for scripting and automation
  • Environment-based configuration
  • Shell completion support (Bash, Zsh, Fish)

Installation

# Homebrew
brew tap grantcarthew/tap
brew install acon

# Go
go install github.com/grantcarthew/acon@latest

See README.md for full documentation.