Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / module.download.yml
index 690579fc9c5cd89d7146679c6f21fe0d8ccf397b..03e3c478ef2182723454184bf71aace154c854f8 100644 (file)
@@ -1,19 +1,25 @@
 description: 'Download module or modules in application'
 arguments:
-    module: 'Module or modules to be enabled should be separated by a space'
+  module: 'Module or modules to be enabled should be separated by a space'
 options:
-    latest: 'Default to download most recent version'
-    path: 'The path of the contrib project'
-    composer: 'Option to point out that the module will be downloaded, managed & installed by Composer'
+  latest: 'Default to download most recent version'
+  path: 'The path of the contrib project'
+  composer: 'Option to point out that the module will be downloaded, managed & installed by Composer'
+  unstable: 'Module unstable'
 questions:
-    path: 'Enter the contrib project Path'
+  path: 'Enter the contrib project Path'
 messages:
-    no-releases: 'There aren''t any releases for module "%s"'
-    getting-releases: 'Getting releases for module "%s"'
-    downloading: 'Downloading module "%s" release "%s"'
-    downloaded: 'Module "%s" version "%s" was downloaded successfully at "%s"'
-    select-release: 'Please select your favorite release'
-    outside-drupal: "Drupal root can't be determined. Use --root to set the destination, current folder will be used instead of."
-    error-creating-folder: 'Error creating folder "%s", please check your permissions'
-    no-composer-repo: 'Please, configure Composer in ~/.console/config.yml'
-    composer: 'Module "%s" was downloaded successfully using Composer'
+  no-releases: 'There aren''t any releases for module "%s"'
+  getting-releases: 'Getting releases for module "%s"'
+  downloading: 'Downloading module "%s" release "%s"'
+  downloaded: 'Module "%s" version "%s" was downloaded successfully at "%s"'
+  select-release: 'Please select your favorite release'
+  outside-drupal: 'Drupal root can''t be determined. Use --root to set the destination, current folder will be used instead of.'
+  error-creating-folder: 'Error creating folder "%s", please check your permissions'
+  no-composer-repo: 'Please, configure Composer in ~/.console/config.yml'
+  composer: 'Module "%s" was downloaded successfully using Composer'
+examples:
+  - description: 'Download module specifying module name and its path'
+    execution: |
+      drupal module:download  modulename  \
+        --path="modules/contrib"