content-distribution

Automate content publishing and monitor distribution via Replicator API and Sling events.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges the gap between manual publishing and automated distribution in AEM Cloud Service, enabling programmatic publishing and lifecycle monitoring.

Core Features & Use Cases

  • Programmatic publishing via Replicator API and bulk operations with safeguards
  • Monitor distribution lifecycle using Sling Distribution events
  • Preview and Publish tier support plus event-driven workflows

Quick Start

Invoke the Replicator API from your OSGi service to activate content at a given path, then listen for IMPORTER_PACKAGE_IMPORTED events to confirm live deployment.

Frequently Asked Questions about content-distribution

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

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

Automated content publishing in AEM Cloud Service relies on invoking the Replicator API from an OSGi service with ReplicationOptions to activate content at a given path programmatically. This enables automation pipelines and bulk operations with safeguards.

How does Sling Distribution event monitoring work in AEM Cloud?

Sling Distribution event monitoring in AEM Cloud tracks the distribution lifecycle by listening for IMPORTER_PACKAGE_IMPORTED events to confirm live deployment. This mechanism enables auditing and event-driven post-distribution actions across Publish and Preview tiers.

Can I trigger event-driven workflows after AEM content distribution?

Event-driven workflows after AEM content distribution are triggered by monitoring Sling Distribution event topics. Listening for IMPORTER_PACKAGE_IMPORTED events confirms successful deployment and allows programmatic post-distribution actions across Publish and Preview tiers.

What is the best way to monitor AEM Cloud content replication lifecycle?

Monitoring the AEM Cloud content replication lifecycle is best achieved by tracking Sling Distribution events. Using Sling Distribution event topics to listen for IMPORTER_PACKAGE_IMPORTED events confirms live deployment and enables comprehensive auditing of the distribution process.

Does the Replicator API support both Preview and Publish tiers in AEM Cloud?

The Replicator API supports both Preview and Publish tiers in AEM Cloud Service. Programmatic publishing via the Replicator API combined with ReplicationOptions allows activation and distribution monitoring across both tiers using Sling Distribution events.

How do I confirm content deployment without manual checks in AEM Cloud Service?

Confirming content deployment without manual checks in AEM Cloud Service involves listening for IMPORTER_PACKAGE_IMPORTED Sling Distribution events. These events verify that programmatic content replication via the Replicator API has completed successfully across the distribution lifecycle.