Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sitectl.libops.io/llms.txt

Use this file to discover all available pages before exploring further.

Omeka Classic exposes a REST API rather than a standalone administration CLI. sitectl provides direct API helpers and resource shortcuts:
sitectl omeka-classic api get items
sitectl omeka-classic api get items 12
sitectl omeka-classic api request POST items --key "$OMEKA_CLASSIC_API_KEY" --file item.json
API helpers accept:
  • --url for the base API URL, defaulting to http://localhost/api
  • --key for the Omeka Classic API key
  • --query name=value for repeated query parameters
  • --data or --file for JSON request bodies on arbitrary requests