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@latestSee README.md for full documentation.