Config Export banner
madsnorgaard madsnorgaard

Config Export

Productivity community

Description

--- 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 ``` 2. **Review what will be exported** Show the user what configurations have changed and let the

Installation

Installs to ~/.claude/commands/madsnorgaard-drupal-agent-resources-config-export.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/madsnorgaard/drupal-agent-resources/HEAD/.claude/commands/config-export.md -o ~/.claude/commands/madsnorgaard-drupal-agent-resources-config-export.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository