@ktmcp-cli/akeneo-pim-rest-api
v1.0.0
Published
CLI for Akeneo PIM REST API
Downloads
98
Maintainers
Readme
Akeneo PIM REST API CLI
Production-ready command-line interface for the Akeneo PIM REST API API.
⚠️ Unofficial CLI - This tool is an independent project built on the public API.
Features
- Complete coverage of Akeneo PIM REST 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/akeneo-pim-rest-apiOr install locally:
cd akeneo-pim-rest-api
npm install
npm linkConfiguration
Set API Key
akeneo-pim-rest-api config set apiKey YOUR_KEY_HEREEnvironment Variables
export API_KEY=your_key_here
export API_BASE_URL=https://api.example.comView Configuration
akeneo-pim-rest-api config list
akeneo-pim-rest-api config get apiKeyUsage
authentication
# List items
akeneo-pim-rest-api authentication list
# Get item by ID
akeneo-pim-rest-api authentication get <id>
# Output as JSON
akeneo-pim-rest-api authentication list --jsonAvailable Resources
authenticationoverviewpam-asset-categoryasset-familyassetasset-attributeasset-attribute-optionasset-media-filepam-asset-tagpam-assetpam-asset-reference-filepam-asset-variation-fileassociation-typeattribute-groupattributeattribute-optioncatalogscatalog-productscategorychannelcurrencyfamilyfamily-variantlocalemeasure-familymeasurement-familyproduct-media-fileproduct-modelproduct-identifierproduct-uuidpublished-productreference-entityreference-entity-media-filereference-entity-attributereference-entity-attribute-optionreference-entity-recordsystem
JSON Output
All commands support --json flag for machine-readable output:
akeneo-pim-rest-api authentication list --jsonLicense
MIT License - see LICENSE file for details.
