By grimreaper on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-3.x
Introduced in version:
8.x-3.0-rc1
Issue links:
Description:
Previously the command entity-share-client:pull worked using options.
To be able to add proper validation of required arguments. Those options had been changed into arguments.
People using Drush commands should adapt the command like the following code.
Before:
drush entity-share-client:pull --remote-id=site_1 --channel-id=articles_en --import-config-id=default
After:
drush entity-share-client:pull site_1 articles_en default
Impacts:
Site builders, administrators, editors
Module developers
Site templates, recipes and distribution developers