drupal-console icon indicating copy to clipboard operation
drupal-console copied to clipboard

Remote diffing against local config files (feature request)

Open claytron5000 opened this issue 5 years ago • 0 comments

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.

claytron5000 avatar Apr 03 '20 21:04 claytron5000