sitectl drupal commands work against ISLE contexts automatically.
Create
Start a new ISLE site from theisle-site-template:
Clone the template
sitectl clones
isle-site-template from main into your chosen directory. Pass --template-repo and --template-branch to use a different source.Answer component questions
sitectl asks about each component that requires a decision at create time — such as whether to include fcrepo or Blazegraph. You can answer interactively or pre-supply answers with flags.
--git-remote-url to keep the template as upstream and add your own repository as origin.
Component status
See which components are registered and how the project is currently configured:sitectl component status is a core command that dispatches to the ISLE plugin based on the active context. See Components for a full explanation of what each status value means.
Component set
Turn a component on or off:--yolo to skip confirmation in automation.
Sync
Copy the fcrepo database from one context to another:Validate
Check that the active context’s project configuration is valid:Migrate
Migrate a legacy ISLE configuration to the current format:Drupal commands
Because the ISLE plugin includes the Drupal plugin, allsitectl drupal commands work against ISLE contexts:

