Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / examples / example.drush.yml
index 3e30e5b9c019af7f4afbc4ef3e459eb458620edd..dcbb63b393c749d5b3516f736036107c99e8ebfa 100644 (file)
@@ -71,18 +71,21 @@ drush:
       - '${env.home}/.drush/sites'
       - /etc/drush/sites
 
+    # Specify a folder where Drush should store its file based caches. If unspecified, defaults to $HOME/.drush.
+    #cache-directory: /tmp/.drush
+
 # This section is for setting global options.
 options:
   # Specify the base_url that should be used when generating links.
   # Not recommended if you have more than one Drupal site on your system.
-  uri: 'http://example.com/subdir'
+# uri: 'http://example.com/subdir'
 
   # Specify your Drupal core base directory (useful if you use symlinks).
   # Not recommended if you have more than one Drupal root on your system.
-  root: '/home/USER/workspace/drupal-6'
+# root: '/home/USER/workspace/drupal-6'
 
   # Enable verbose mode.
-  verbose: true
+# verbose: true
 
 # This section is for setting command-specific options.
 command:
@@ -151,7 +154,7 @@ ssh:
 
 notify:
   # Notify when command takes more than 30 seconds.
-  duration: 30
+# duration: 30
   # Specify a command to run. Defaults to Notification Center (OSX) or libnotify (Linux)
 # cmd: /path/to/program
   # See src/Commands/core/NotifyCommands.php for more configuration settings.