@blueacornici/eds-cli
v0.2.0
Published
CLI tool for managing EDS blocks and components
Downloads
5
Readme
EDS CLI - Block Management Tool
A command-line tool for managing Adobe Experience Delivery Services (EDS) blocks across projects.
Features
- 📦 Install blocks from NPM packages
- 📋 List and manage installed blocks
- 🛡️ Block validation and conflict detection
Installation
# Install globally
npm install -g @blueacornici/eds-cli
# Or link locally for development
npm linkCommands
Initialize Project (Future Phase)
eds init my-project # Initialize new EDS projectBlock Management
eds install @blueacornici/eds-feature-card # Install from specific package
eds list # List installed blocks
eds list --all # Show detailed block informationBlock Package Format
Blocks should be published as NPM packages with this structure:
{
"name": "@blueacornici/eds-feature-card",
"eds-block": {
"name": "feature-card",
"category": "content",
"authoringInstructions": {
"description": "Create feature cards with image and content"
}
}
}Development
npm run dev # Watch mode for CLI development
npm link # Link for local testing