replication

Automate AEM Cloud Service content publication via the Replicator API.

1|Updated Oct 7, 2024
One-click install
npx skills add https://github.com/valithedge/etisalatedge --skill replication
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replication
Source: https://github.com/valithedge/etisalatedge/tree/main/.agents/skills/replication
Command: npx skills add https://github.com/valithedge/etisalatedge --skill replication

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines programmatic content publication and unpublication in Adobe Experience Manager Cloud Service by using the official Replicator API to automate distribution workflows.

Core Features & Use Cases

  • Programmatic publishing and unpublishing via Replicator
  • Configuration through ReplicationOptions and status checks
  • Bulk replication support and event-driven integrations
  • Preview and Publish tier targeting and workflow integration

Quick Start

Configure a service that injects Replicator and call replicate with ACTIVATE for your target path.

Frequently Asked Questions about replication

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate content publishing in AEM Cloud Service?

Automate AEM Cloud Service content publishing by injecting the Replicator API into an OSGi service and calling replicate with ReplicationActionType.ACTIVATE for your target path.

Can I target the Preview tier when replicating content programmatically?

Yes, programmatic content replication supports targeting both the Publish and Preview tiers in AEM Cloud Service using configurable ReplicationOptions passed to the Replicator API.

How do I check replication status after a bulk publish operation?

Check bulk replication status by retrieving metrics through ReplicationStatus after executing the Replicator API call, ensuring proper permission checks and error handling are applied.

What is needed to unpublish content using the AEM Replicator API?

Unpublishing content requires injecting the Replicator API and calling replicate with ReplicationActionType.DEACTIVATE, optionally processing event-driven integrations within OSGi workflows.

Does AEM Cloud Service support event-driven workflows for content replication?

Yes, the Replicator API supports event-driven integrations across OSGi services, allowing you to automate programmatic publication and unpublication workflows with proper status checks.