@ktmcp-cli/adobe-experience-manager-aem-api
v3.7.1-pre.0
Published
Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
Downloads
10
Maintainers
Readme
Adobe Experience Manager (AEM) API CLI
Production-ready command-line interface for the Adobe Experience Manager (AEM) API API.
⚠️ Unofficial CLI - This tool is an independent project built on the public API.
Features
- Complete coverage of Adobe Experience Manager (AEM) API API endpoints
- Simple, intuitive command structure
- JSON and pretty-print output formats
- Persistent configuration storage
- Progress indicators for async operations
Installation
npm install -g @ktmcp-cli/adobe-experience-manager-aem-apiOr install locally:
cd adobe-experience-manager-aem-api
npm install
npm linkConfiguration
Set API Key
adobe-experience-manager-aem-api config set apiKey YOUR_KEY_HEREEnvironment Variables
export API_KEY=your_key_here
export API_BASE_URL=/View Configuration
adobe-experience-manager-aem-api config list
adobe-experience-manager-aem-api config get apiKeyUsage
cq
# List items
adobe-experience-manager-aem-api cq list
# Get item by ID
adobe-experience-manager-aem-api cq get <id>
# Output as JSON
adobe-experience-manager-aem-api cq list --jsonAvailable Resources
cqslingcustomcrxgraniteconsole
JSON Output
All commands support --json flag for machine-readable output:
adobe-experience-manager-aem-api cq list --jsonLicense
MIT License - see LICENSE file for details.
