13 lines
393 B
YAML
13 lines
393 B
YAML
![]() |
description: 'Display current migration available for the application'
|
||
|
arguments:
|
||
|
tag: 'Migrate tag'
|
||
|
messages:
|
||
|
id: 'Migration Id'
|
||
|
description: Description
|
||
|
no-migrations: 'There aren''t migrations available try to execute command: migrate:setup:migrations'
|
||
|
tags: Tags
|
||
|
examples:
|
||
|
- description: 'Displays current migration'
|
||
|
execution: |
|
||
|
drupal debug:migrate
|