Backendsource GitHub
Drupal — export de configuration
/config-exportExporter en toute sécurité les modifications de configuration après les avoir dûment examinées.
// contenu du skill
name: config-export
description: Export Drupal configuration with proper workflow
Drupal Configuration Export
Safely export configuration changes with proper review.
Usage: /config-export
This command takes no arguments. It guides you through a safe configuration export workflow with review steps.
Workflow
- Check current status
bash
drush config:status- Review what will be exported
Show the user what configurations have changed and let them confirm.
- Export configuration
bash
drush config:export -y- Review exported files
bash
git status config/sync/
git diff config/sync/- Stage for commit
After user reviews, stage the config changes:
bash
git add config/sync/Important Notes
- Never auto-commit without user confirmation
- Review UUIDs - they should match across environments
- Check for sensitive data in exported config
- Verify config schema exists for custom config
// source originale publique
madsnorgaard/drupal-agent-resources/.claude/commands/config-export.md
Licence : Licence non indiquée. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.