# sitectl ## Docs - [component](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/component.md): Toggle and inspect optional stack features like fcrepo and Blazegraph. - [compose](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/compose.md): Run Docker Compose commands through the active sitectl context. - [config](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/config.md): Manage sitectl contexts — local and remote Docker Compose sites. - [converge](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/converge.md): Detect and repair component configuration drift. - [create](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/create.md): Create a new stack from an installed plugin definition. - [debug](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/debug.md): Collect a diagnostic bundle for the active context. - [deploy](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/deploy.md): Pull updates and restart services for the active context. - [healthcheck](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/healthcheck.md): Check whether the active site is online and healthy. - [job](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/job.md): Run plugin-defined maintenance jobs like backups and imports. - [port-forward](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/port-forward.md): Access Docker service ports on remote contexts that aren't exposed on the host. - [sequelace](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/sequelace.md): Open the site database directly in Sequel Ace. - [set](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/set.md): Enable, disable, or reconfigure a component. - [validate](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/validate.md): Validate the active context's configuration and project layout. - [verify](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/commands/verify.md): Run plugin behavioral verification checks for the active site. - [Components](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/components.md): How sitectl uses components to model optional stack capabilities and help operators turn features on and off safely. - [Context](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/context.md): How sitectl models sites, environments, and the saved connection information for each one. - [Architecture decisions](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/contributing/architecture.md): Design decisions behind sitectl — the reasoning that makes it easier to contribute consistently. - [Component development](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/contributing/components.md): How to define a sitectl component, what each field in the Definition struct means, and the workflow for adding a new one. - [Development](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/contributing/development.md): Local development workflow for sitectl and its plugins, including Go workspaces, linting, testing, and integration tests. - [Documentation](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/contributing/docs.md): How to edit, preview, and organize the Mintlify documentation in the sitectl-docs repository. - [Overview](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/contributing/index.md): Contributor guidance for sitectl, including local development setup, UI architecture rules, and release publishing. - [Plugin hierarchy](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/contributing/plugin-hierarchy.md): How sitectl discovers plugins, routes commands, chains plugin execution, and implements the single RPC entrypoint used for fan-out dispatch. - [Service components](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/contributing/service-components.md): Architecture for reusable compose services that can run standalone or be merged into application stacks. - [sitectl](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/index.md): Command line utility to interact with your local and remote Docker Compose sites. - [Install and Upgrade](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/install.md): Install or upgrade sitectl with Homebrew, native Linux packages, or direct binaries. - [Plugins](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins.md): How sitectl plugins extend the core CLI with stack-specific workflows and create flows. - [Application plugins](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/applications.md): How sitectl uses plugins so you install only the application workflows for the apps you actually run. - [ArchivesSpace plugin](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/archivesspace.md): ArchivesSpace sitectl workflows including template creation, REST API helpers, diagnostics, and container script wrappers. - [API](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/archivesspace/api.md): Log in to ArchivesSpace and call arbitrary REST API paths through sitectl. - [lifecycle](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/archivesspace/lifecycle.md): Build, start, stop, inspect, and roll out an ArchivesSpace stack with core sitectl commands. - [resources](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/archivesspace/resources.md): Read common ArchivesSpace resources and diagnostics through shortcut commands. - [scripts](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/archivesspace/scripts.md): Run ArchivesSpace container scripts from the active stack. - [Core service commands](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/core-services.md): Shared sitectl commands for infrastructure services used across application stacks. - [Drupal plugin](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/drupal.md): Drupal-oriented sitectl workflows including drush execution, user login links, and database and config sync between environments. - [dev](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/drupal/dev.md): Local Drupal development tools for contrib patches, extension checkouts, and upstream root refreshes. - [drush](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/drupal/drush.md): Run Drush commands inside the Drupal container for any sitectl context. - [sync](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/drupal/sync.md): Copy Drupal artifacts between sitectl contexts. - [uli (One-time login)](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/drupal/uli.md): Generate a one-time login link and open it in your browser. - [Islandora plugin](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/isle.md): Islandora sitectl workflows including guided site creation, component management, Fedora and Blazegraph sync, and migration utilities. - [Blazegraph component](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/isle/blazegraph.md): How to enable and disable the Blazegraph triple store in your Islandora stack. - [cache](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/isle/cache.md): Warm caches to speed up Islandora site page load times. - [Derivative microservices](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/isle/derivatives.md): Run Islandora derivative services locally or point Alpaca at the managed LibOps microservices. - [fcrepo component](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/isle/fcrepo.md): How to enable, disable, and sync the Fedora Commons repository in your Islandora stack. - [IIIF components](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/isle/iiif.md): Choose Cantaloupe or Triplet and decide whether IIIF runs locally or externally. - [migrate](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/isle/migrate.md): Helpers for upgrading sites from legacy isle-site-template formats. - [sync](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/isle/sync.md): Copy Islandora artifacts between sitectl contexts. - [LibOps plugin](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/libops.md): LibOps platform workflows for authentication, organizations, projects, Sites, access controls, domains, runtime operations, and Task Agent tasks. - [Access controls](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/libops/access-controls.md): Manage members, firewall rules, secrets, and settings for LibOps organizations, projects, and Sites. - [Authentication](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/libops/authentication.md): Log in to LibOps, inspect the active identity, update your profile, and create API keys for automation. - [Domains](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/libops/domains.md): Create, list, and delete custom domains for LibOps sites. - [Resources](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/libops/resources.md): Create, inspect, update, list, and delete LibOps organizations, projects, and Sites. - [Runtime workflows](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/libops/runtime.md): Wake, SSH into, check out, and create sitectl contexts for LibOps Sites. - [Task Agent](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/libops/task.md): Create, list, inspect, respond to, and cancel LibOps Task Agent tasks from sitectl. - [MariaDB service commands](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/mariadb.md): Core sitectl MariaDB operations for backups, restores, sync, and service inspection. - [Memcached service commands](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/memcached.md): Core sitectl Memcached operations and cache service inspection helpers. - [OJS plugin](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/ojs.md): Open Journal Systems sitectl workflows including template creation, OJS tools, PKP tools, scheduled tasks, jobs, and import/export helpers. - [lifecycle](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/ojs/lifecycle.md): Build, start, stop, inspect, and roll out an OJS stack with core sitectl commands. - [PKP tools](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/ojs/pkp-tools.md): Run PKP scheduled task, job, and plugin maintenance helpers. - [OJS tools](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/ojs/tools.md): Run Open Journal Systems PHP tools from the active OJS stack. - [Omeka Classic plugin](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/omeka-classic.md): Omeka Classic sitectl workflows including template creation and REST API helpers. - [API](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/omeka-classic/api.md): Call the Omeka Classic REST API through sitectl. - [lifecycle](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/omeka-classic/lifecycle.md): Build, start, stop, inspect, and roll out an Omeka Classic stack with core sitectl commands. - [resources](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/omeka-classic/resources.md): Read common Omeka Classic resources through shortcut commands. - [Omeka S plugin](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/omeka-s.md): Omeka S sitectl workflows including template creation and REST API helpers. - [API](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/omeka-s/api.md): Call the Omeka S REST API through sitectl. - [lifecycle](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/omeka-s/lifecycle.md): Build, start, stop, inspect, and roll out an Omeka S stack with core sitectl commands. - [resources](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/omeka-s/resources.md): Read common Omeka S resources through shortcut commands. - [Solr service commands](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/solr.md): Core sitectl Solr operations and service inspection helpers. - [Traefik service commands](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/traefik.md): Core sitectl Traefik ingress operations for TLS modes, BYO certificates, and bot mitigation. - [Triplet plugin](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/triplet.md): Standalone Triplet sitectl workflows and reusable Triplet service component support. - [Valkey service commands](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/valkey.md): Core sitectl Valkey operations and cache service inspection helpers. - [WordPress plugin](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/wordpress.md): WordPress sitectl workflows including template creation, WP-CLI, Composer, and database helpers. - [composer](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/wordpress/composer.md): Run Composer commands inside the active WordPress stack. - [core, cache, and database](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/wordpress/core-cache-db.md): Run common WordPress core, cache, and database maintenance helpers. - [lifecycle](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/wordpress/lifecycle.md): Build, start, stop, inspect, and roll out a WordPress stack with core sitectl commands. - [plugins and themes](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/wordpress/plugins-themes.md): Manage WordPress plugins and themes through WP-CLI helpers. - [WP-CLI](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/plugins/wordpress/wp-cli.md): Run WP-CLI commands inside the active WordPress stack. - [Quickstart](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/quickstart.md): Get sitectl running and understand the core workflow in a few minutes. - [Terminal UI](https://libops-renovate-github-com-libops-sitectl-0-x.mintlify.app/tui.md): The interactive terminal interface for monitoring sites, running operator workflows, and setting up new environments.