What problem does it solve?
Accidental configuration imports can lead to data loss or environment inconsistencies. This skill provides safe, read-only methods and best practices to inspect and sync Drupal configuration, preventing unintended changes and ensuring environment stability.
Core Features & Use Cases
- Safe Config Inspection: Use
--no flag with drush cim or drush cex to preview changes without applying them.
- Read-Only Operations: Utilize
drush config:get and drush config:status for secure, non-destructive config review.
- Manual Sync Workflows: Guides you through manually editing and committing config files, ensuring precise control.
- Use Case: Before deploying new features, you need to verify that your local configuration matches the staging environment. This skill helps you compare config differences safely and apply only the necessary changes, preventing accidental overwrites.
Quick Start
Use the drupal-config-mgmt skill to show me the differences between my local configuration and the remote 'dev' environment, ensuring no changes are accidentally imported.