Version 1
[yaffs-website] / vendor / drupal / console-en / translations / yaml.split.yml
diff --git a/vendor/drupal/console-en/translations/yaml.split.yml b/vendor/drupal/console-en/translations/yaml.split.yml
new file mode 100644 (file)
index 0000000..a348e53
--- /dev/null
@@ -0,0 +1,11 @@
+description: 'Split a YAML file using indent as separator criteria'
+arguments:
+    yaml-file: 'Path of YAML file to be splitted'
+options:
+    indent-level: 'Split YAML file using a specific indent level'
+    exclude-parents-key: 'Exclude the "parents" key from the generated file'
+    starting-key: 'YAML Key from where start split - useful to extract partial elements'
+messages:
+    generating-split: 'Generating new files'
+    split-generated: 'File "%s" was generated'
+    invalid-key: 'Provided key as stating YAML key wasn''t found, combine with indent-level 0 to extract values'