Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
migrate_devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
migrate_devel
Commits
9b956781
Commit
9b956781
authored
Mar 10, 2019
by
volkswagenchick
Committed by
Derimagia
Mar 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3037461
by volkswagenchick: Readme - list dependencies and recommended modules
parent
70cf0a8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
13 deletions
+65
-13
README.md
README.md
+65
-13
No files found.
README.md
View file @
9b956781
# Migrate Devel
CONTENTS OF THIS FILE
---------------------
Adds new options to
`drush migrate-import`
which
allows developers to debug their migrations.
*
Introduction
*
Requirements
*
Recommended modules
*
Installation
*
Configuration
*
Maintainers
`drush migrate-import`
comes from either the
[
migrate_tools
](
https://www.drupal.org/project/migrate_tools
)
or the
[
migrate_run
](
https://www.drupal.org/project/migrate_run
)
modules.
INTRODUCTION
------------
The Migrate Devel module adds utilities to help out developers when creating
migrations.
*
For a full description of the module, visit the project page:
https://drupal.org/project/migrate_devel
*
To submit bug reports and feature suggestions, or to track changes:
https://drupal.org/project/issues/migrate_devel
REQUIREMENTS
------------
This module requires the modules outside of Drupal core:
*
[
devel
](
https://www.drupal.org/project/devel
)
RECOMMENDED MODULES
-------------------
*
[
migrate_tools
](
https://www.drupal.org/project/migrate_tools
)
*
[
migrate_run
](
https://www.drupal.org/project/migrate_run
)
*
[
config_update
](
https://www.drupal.org/project/config_update
)
*
[
migrate_plus
](
https://www.drupal.org/project/migrate_plus
)
INSTALLATION
------------
*
Install as you would normally install a contributed Drupal module. Visit:
https://www.drupal.org/node/1897420 for further information.
CONFIGURATION
-------------
Currently uses Kint (from devel) directly to print out debug information
instead of devel in order to take advantage of
...
...
@@ -13,11 +55,21 @@ cli coloring and named variable debugging.
Options are:
*
`--migrate-debug`
- Prints out rows as they run.
Can be used in
`migrate-import`
or
`migrate-status`
and will revert
existing migrations to the default and clear the cache for them.
This requires
[
config_update
](
https://www.drupal.org/project/config_update
)
if you use
[
migrate_plus
](
https://www.drupal.org/project/migrate_plus
)
because migrations go into config.
*
`--migrate-debug`
- Prints out rows as they run.
Can be used in
`migrate-import`
or
`migrate-status`
and will revert
existing migrations to the default and clear the cache for them.
This requires
[
config_update
](
https://www.drupal.org/project/config_update
)
if you use
[
migrate_plus
](
https://www.drupal.org/project/migrate_plus
)
because migrations go into config.
*
`--migrate-debug-pre`
- Same as above before the process is run on the row.
Can be used in
`migrate-import`
.
Can be used in
`migrate-import`
.
MAINTAINERS
-----------
Current maintainers:
*
[
Dave Wikoff (Derimagia)
](
https://www.drupal.org/u/derimagia
)
This project is sponsored by:
*
[
Mindgrub Technologies
](
https://www.drupal.org/mindgrub-technologies
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment