We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e9484 commit 51bf721Copy full SHA for 51bf721
examples/example.drush.yml
@@ -35,11 +35,13 @@
35
# specified by the destination parameter, nor do they load configuration files
36
# at remote sites.
37
38
-# This section is about Drush internals, and not any commands in particular.
+# This section is about the Drush framework, and not any commands in particular.
39
drush:
40
paths:
41
- # Load a drush.yml configuration file from the current working directory.
42
- config: ./drush.yml
+ # Specify config files to load.
+ config:
43
+ # Load any personal config files. Is silently skipped if not found.
44
+ - ${env.home}/.drush/config/local.drush.yml
45
46
47
# Specify folders to search for Drush command files. These locations
0 commit comments