Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / yaml.update.yml
diff --git a/vendor/drupal/console-en/translations/yaml.update.yml b/vendor/drupal/console-en/translations/yaml.update.yml
deleted file mode 100644 (file)
index c82b28e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-value:
-    description: 'Update a value for a specific key in a YAML file.'
-    arguments:
-        yaml-file: 'Path of YAML file to update'
-        yaml-key: 'YAML key to update'
-        yaml-value: 'YAML value to update'
-    messages:
-        updated: 'YAML file "%s" was updated successfully.'
-key:
-    description: 'Replace a YAML key in a YAML file.'
-    arguments:
-        yaml-file: 'Path of YAML file to update'
-        yaml-key: 'YAML key to be replaced'
-        yaml-new-key: 'YAML new key'
-    messages:
-        updated: 'YAML file "%s" was updated successfully.'