Skip to main content
Core service commands are built into sitectl for infrastructure behavior that repeats across application stacks. Use them from any context whose project contains the relevant service.
The boundary is ownership:
  • Core sitectl owns shared service operations, stable command namespaces, and helpers that are useful across many applications.
  • Application plugins own app-specific workflows, create flows, CLIs, migrations, sync helpers, and the small amount of route or config wiring needed to connect an app to shared services.
This keeps common operations consistent across Drupal, Islandora, WordPress, OJS, Omeka, and ArchivesSpace without requiring every app plugin to carry its own MariaDB, Solr, cache, or Traefik implementation.

Ingress is a component

TLS mode selection, domain publication, Cloudflare Origin CA, Let’s Encrypt settings, custom certificates, mkcert development certificates, trusted upstream proxies, and upload/read timeout tuning belong to the ingress component. App plugins supply app-specific router names, route files, and every supported backend environment mapping needed to keep Traefik and the application aligned. When a runtime has no app-specific mapping for a setting, the component changes the Traefik edge only; operators should not assume the backend limit also changed.

Service areas

MariaDB

Back up, restore, sync, and inspect MariaDB-compatible database services.

Memcached

Inspect Memcached containers and read runtime stats from cache services.

Solr

Inspect Solr containers and run Solr’s built-in status command.

Traefik

Inspect the Traefik service container.

Valkey

Inspect Valkey containers and ping cache services from inside the stack.

When to use an app plugin

Use an application plugin when the command is about the application itself: Drush for Drupal, WP-CLI for WordPress, OJS tools, Omeka API resources, ArchivesSpace API helpers, or ISLE migration and repository workflows. Use core service commands when the operation is about a shared infrastructure service inside the stack.