postiz-app/apps/cli/CHANGELOG.md
2026-02-13 22:41:21 +07:00

1 KiB

Changelog

All notable changes to the Postiz CLI will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2026-02-13

Added

  • Initial release of Postiz CLI
  • posts:create - Create new social media posts
  • posts:list - List all posts with pagination and search
  • posts:delete - Delete posts by ID
  • integrations:list - List connected social media integrations
  • upload - Upload media files (images)
  • Environment variable configuration (POSTIZ_API_KEY, POSTIZ_API_URL)
  • Comprehensive help documentation
  • Example scripts for basic usage and AI agent integration
  • SKILL.md for AI agent usage patterns

Features

  • Command-line interface for Postiz API
  • Support for scheduled posts
  • Multi-platform posting via integrations
  • Media upload functionality
  • User-friendly error messages with emojis
  • JSON output for programmatic parsing
  • Comprehensive examples for AI agents