diff --git a/translations/generate.plugin.migrate.process.yml b/translations/generate.plugin.migrate.process.yml new file mode 100644 index 0000000..a7f3487 --- /dev/null +++ b/translations/generate.plugin.migrate.process.yml @@ -0,0 +1,9 @@ +description: 'Generate a migrate process plugin' +help: 'Creates new process plugin for the migration.' +options: + module: common.options.module + class: 'Plugin class name' + plugin-id: 'Plugin id' +questions: + class: 'Enter the migration process plugin class name' + plugin-id: 'Enter the migration process plugin id' \ No newline at end of file