drupal-console
drupal-console copied to clipboard
Remote diffing against local config files (feature request)
Diff remote configuration against local files
config:diff Feature request (inquiry) for the ability to run config:diff from a remote installation against local files.
Problem/Motivation
During deployment/testing process I'd like to check if the current branch's configuration files differ from a remote server's current configuration without pulling down the database and instantiating the site.
Details to include:
- I understand this may be a huge ask. Feel free to reject or file under "nice-to-have-probably-not."
Solution
Use the alias to fetch just the settings, then pipe that through the local code. :grimacing:
Details to include:
- Work around: Pull down the site database and build it locally.