We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67cc703 + 4b3a0ed commit d9f7f08Copy full SHA for d9f7f08
1 file changed
config/index.md
@@ -94,6 +94,13 @@ Here's an annotated example `wp-cli.yml` file:
94
user: wpcli
95
path: /srv/www/wp-cli.org
96
97
+ # '_' is a special value denoting configuration options for this wp-cli.yml
98
+ _:
99
+ # Merge subcommand defaults from the upstream config.yml, instead of overriding
100
+ merge: true
101
+ # Inherit configuration from an arbitrary YAML file
102
+ inhert: prod.yml
103
+
104
## Environment variables
105
106
WP-CLI's behavior can be changed at runtime through the use of environment variables:
0 commit comments