Problem/Motivation

Currently Drush support is limited to Drush 9.

Proposed resolution

Add Drush 8 support per the approach outlined in How to maintain Drush commands for Drush 8 and 9 and Drupal console with the same code base.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

mlncn created an issue. See original summary.

nedjo’s picture

Are you using Drush 9? Drush support is implemented in Drush 9 and so the command will not appear in earlier Drush versions.

mlncn’s picture

Ah. Drush Version : 8.1.16

nedjo’s picture

Title: Cannot see/use drush command "config-distro-update" » Add Drush 8 support
Category: Support request » Feature request
Issue summary: View changes

Let's turn this into a feature request.

The Drush code is ported over from Configuration Synchronizer 1.x, which was limited to Drush 9. But it could be refactored per How to maintain Drush commands for Drush 8 and 9 and Drupal console with the same code base.

Updating the summary accordingly.