Setting the file. One moment.
Subchapter 18.1
references/automation.mdMarkdown628 BView on GitHub
Use this file when turning an ops sequence into a repeatable script or CI job.
wp-cli.ymlIf the repo uses wp-cli.yml, use it to standardize:
path: (WordPress root)url: (default site)Guardrails for scripts:
set -euo pipefail--apply)Prefer CI jobs that are read-only by default:
wp core versionwp plugin listwp theme listOnly enable write operations in dedicated deploy/maintenance workflows.