Skip to content

v3.2.0 - CLI & Local Development

Choose a tag to compare

@elemdos elemdos released this 04 Jun 00:49
14bdad2

What's New in v3.2.0

Local Development Mode

Run the CMS locally on your machine, represent the entire site with local files. Enables development with local IDE and AI agent.

  • Dev mode indicator - Visual badge shows when running locally
  • Skip setup - No superuser configuration required for local dev

Site Import/Export

Move your sites between instances or back them up locally.

  • Export - Download your entire site as a .primo file (blocks, pages, content, assets)
  • Import - Upload a .primo file to restore or migrate sites
  • File upload cloning - Create new sites by uploading snapshot files directly

Sitemap Generation

Automatically generates sitemap.xml when you publish. Includes all pages with full URL paths for better search
engine indexing.


Technical Changes

New Endpoints

  • /api/palacms/export/{siteId} - Export site as .primo file
  • /api/palacms/import/{siteId} - Import site from .primo file
  • /api/palacms/import/{siteId}/preview - Preview import before applying
  • /api/palacms/bootstrap - First-run setup for local dev
  • /api/palacms/dev-auth - Auto-authentication for localhost
  • /__pala_dev_ws__ - WebSocket for dev mode sync