Add drush command to see the status of a split.

Created on 20 April 2021, almost 4 years ago
Updated 18 December 2024, 4 months ago

Problem/Motivation

I suspect this is a drush request rather than a CS request; but don't know drush code too well; are other modules able to hook into drush commands?

I think when i do drush cex; some files re created in sync and some are created in other folders based on config splits? But the pre-execute message that is spit out doesn't say what is going where. Is it just me that thinks that would be super helpful?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Feature request
Status

Active

Version

2.0

Component

Code

Created by

🇨🇦Canada liquidcms

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇪🇸Spain tar_inet

    This suggestion from @niteman can be useful here

    drush ev 'foreach (\Drupal::configFactory()->listAll("config_split.config_split") as $name) { print_r($name . ": " . \Drupal::configFactory()->get($name)->get("status") . "\n");};'

Production build 0.71.5 2024