Problem/Motivation

The config_packager has a "generate-packages" drush command for exporting config into modules. This becomes the new features-export command.

Proposed resolution

In Features D7 there was "update" and "revert". This was confusing to people and originated from the Views UI terminology. In config_packager we have the "generate" terminology. In Features D8 we want to use "export" and "import" to better match the core CMI terminology. "Generating" a module is the "export" process.

We also want the list of packages to export to be space-separate similar to the "drush en" and other core drush commands, rather than using csv as in config_packager.

Comments

  • 047a113 committed on 8.x-3.x
    Issue #2453335: Refactor drush config-packager-generate-packages into...
mpotter’s picture

Committed to 047a113. Also added some better error checking for invalid package names, and for exporting all packages

mpotter’s picture

Status: Active » Needs review
mpotter’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.