Problem/Motivation
By changing the default scheme for exports to the tmp file, using the drush content:export command now no longer puts the exported files in an easily accessible location for use with the import command.
Proposed resolution
Change the getRealDirectory method in the CommandHelper to set the default export location to docroot/export-folder, mimicking the behavior of export through the UI.
Issue fork single_content_sync-3387218
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
artycal commentedComment #4
nginex commentedComment #6
nginex commentedWorks like a charm, thanks