The Drupal plugin adds Drupal-specific commands on top of the core sitectl context and model. Install it when your site runs Drupal, whether standalone or as part of a larger stack like ISLE.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.
Commands
drush
Run any Drush command inside the Drupal container for the active context:login
Generate a one-time Drupal login link viadrush user:login:
--uid to generate a link for a different user.
sync database
Copy the Drupal database from one context to another:--yolo to skip the confirmation in automation.
Use --fresh to always take a new backup from the source instead of reusing a backup from earlier today.
sync config
Copy the Drupal config/sync directory from one context to another:drush config:import.
Assigning the Drupal plugin to a context
When you create or configure a context, set itsplugin field to drupal:
sitectl debug command to the Drupal plugin for Drupal-specific diagnostics.
