Closed (fixed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
user system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2017 at 08:27 UTC
Updated:
19 Sep 2017 at 12:41 UTC
Jump to comment: Most recent
Comments
Comment #2
prasannag commentedHi remram, You just have a look at Drush config commands.
For example, Just try drush config-export --help. You might get an idea on what you are expecting.
Comment #3
remram commentedHi prasannag
Thank you for your response, but I know config-export (cex). There is no option to export user to yml file.
@all: I have solved my problem with doing REST. Either you create your own view through Drupal AdminUI or you create your custom REST endpoint. I have decided for the second option. With REST you can compare your user list on both environments and synchronize them by doing POST or PATCH.
Cheers, Ramy
Comment #4
remram commented