File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ class DB_Command extends WP_CLI_Command {
73
73
* [--dbpass=<value>]
74
74
* : Password to pass to mysql. Defaults to DB_PASSWORD.
75
75
*
76
+ * [--defaults]
77
+ * : Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
78
+ *
76
79
* ## EXAMPLES
77
80
*
78
81
* $ wp db create
@@ -103,6 +106,9 @@ public function create( $_, $assoc_args ) {
103
106
* [--yes]
104
107
* : Answer yes to the confirmation message.
105
108
*
109
+ * [--defaults]
110
+ * : Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
111
+ *
106
112
* ## EXAMPLES
107
113
*
108
114
* $ wp db drop --yes
@@ -134,6 +140,9 @@ public function drop( $_, $assoc_args ) {
134
140
* [--yes]
135
141
* : Answer yes to the confirmation message.
136
142
*
143
+ * [--defaults]
144
+ * : Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
145
+ *
137
146
* ## EXAMPLES
138
147
*
139
148
* $ wp db reset --yes
@@ -165,6 +174,9 @@ public function reset( $_, $assoc_args ) {
165
174
* [--yes]
166
175
* : Answer yes to the confirmation message.
167
176
*
177
+ * [--defaults]
178
+ * : Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
179
+ *
168
180
* ## EXAMPLES
169
181
*
170
182
* # Delete all tables that match the current site prefix.
You can’t perform that action at this time.
0 commit comments