LLM Skills
~/catalogue/backend//config-export
Backendsource GitHub

Drupal — export de configuration

/config-export

Exporter en toute sécurité les modifications de configuration après les avoir dûment examinées.

madsnorgaardmadsnorgaard
46
11 mars 2026
// 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

  1. Check current status
bash
   drush config:status
  1. Review what will be exported

Show the user what configurations have changed and let them confirm.

  1. Export configuration
bash
   drush config:export -y
  1. Review exported files
bash
   git status config/sync/
   git diff config/sync/
  1. 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.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/config-export.md" "https://raw.githubusercontent.com/madsnorgaard/drupal-agent-resources/main/.claude/commands/config-export.md"
Ensuite dans Claude Code, tapez /config-export pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurmadsnorgaard
Étoiles 46
CatégorieBackend
Mis à jour11 mars 2026
Format.md
AccèsGratuit
// similaires

Skills Backend

Voir toutarrow_forward