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 S exposes a REST API rather than a standalone administration CLI. sitectl provides direct API helpers and resource shortcuts:
sitectl omeka-s api get items
sitectl omeka-s api get items 12
sitectl omeka-s api request POST items --identity "$OMEKA_S_KEY_IDENTITY" --credential "$OMEKA_S_KEY_CREDENTIAL" --file item.json
API helpers accept:
  • --url for the base API URL, defaulting to http://localhost/api
  • --identity for the Omeka S API key identity
  • --credential for the Omeka S API key credential
  • --query name=value for repeated query parameters
  • --data or --file for JSON request bodies on arbitrary requests