File: commands-issue213542.xml

package info (click to toggle)
libnb-platform18-java 12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 729,800 kB
  • sloc: java: 5,059,097; xml: 574,432; php: 78,788; javascript: 29,039; ansic: 10,278; sh: 6,386; cpp: 4,612; jsp: 3,643; sql: 1,097; makefile: 540; objc: 288; perl: 277; haskell: 93
file content (563 lines) | stat: -rw-r--r-- 28,057 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<?xml version="1.0" encoding="UTF-8"?>
<!--

    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.

-->
<symfony>
  <commands>
    <command id="help" name="help">
      <usage>help [--xml] [command_name]</usage>
      <description>Displays help for a command</description>
      <help>The &lt;info&gt;help&lt;/info&gt; command displays help for a given command:

   &lt;info&gt;./symfony help list&lt;/info&gt;

 You can also output the help as XML by using the &lt;comment&gt;--xml&lt;/comment&gt; option:

   &lt;info&gt;./symfony help --xml list&lt;/info&gt;</help>
      <aliases/>
      <arguments>
        <argument name="command_name" is_required="0" is_array="0">
          <description>The command name</description>
          <defaults>
            <default>help</default>
          </defaults>
        </argument>
      </arguments>
      <options>
        <option name="--xml" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>To output help as XML</description>
        </option>
      </options>
    </command>
    <command id="list" name="list">
      <usage>list [--xml] [namespace]</usage>
      <description>Lists commands</description>
      <help>The &lt;info&gt;list&lt;/info&gt; command lists all commands:

   &lt;info&gt;./symfony list&lt;/info&gt;

 You can also display the commands for a specific namespace:

   &lt;info&gt;./symfony list test&lt;/info&gt;

 You can also output the information as XML by using the &lt;comment&gt;--xml&lt;/comment&gt; option:

   &lt;info&gt;./symfony list --xml&lt;/info&gt;</help>
      <aliases/>
      <arguments>
        <argument name="command" is_required="1" is_array="0">
          <description>The command to execute</description>
          <defaults/>
        </argument>
        <argument name="namespace" is_required="0" is_array="0">
          <description>The namespace name</description>
          <defaults/>
        </argument>
      </arguments>
      <options>
        <option name="--xml" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>To output help as XML</description>
        </option>
        <option name="--help" shortcut="-h" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Display this help message.</description>
        </option>
        <option name="--quiet" shortcut="-q" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Do not output any message.</description>
        </option>
        <option name="--verbose" shortcut="-v" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Increase verbosity of messages.</description>
        </option>
        <option name="--version" shortcut="-V" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Display this program version.</description>
        </option>
        <option name="--ansi" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Force ANSI output.</description>
        </option>
        <option name="--no-ansi" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Disable ANSI output.</description>
        </option>
        <option name="--no-interaction" shortcut="-n" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Do not ask any interactive question.</description>
        </option>
      </options>
    </command>
    <command id="dbal:import" name="dbal:import">
      <usage>dbal:import file1 ... [fileN]</usage>
      <description>Import SQL file(s) directly to Database.</description>
      <help>Import SQL file(s) directly to Database.</help>
      <aliases/>
      <arguments>
        <argument name="file" is_required="1" is_array="1">
          <description>File path(s) of SQL to be executed.</description>
          <defaults/>
        </argument>
      </arguments>
      <options/>
    </command>
    <command id="dbal:run-sql" name="dbal:run-sql">
      <usage>dbal:run-sql [--depth="..."] sql</usage>
      <description>Executes arbitrary SQL directly from the command line.</description>
      <help>Executes arbitrary SQL directly from the command line.</help>
      <aliases/>
      <arguments>
        <argument name="sql" is_required="1" is_array="0">
          <description>The SQL statement to execute.</description>
          <defaults/>
        </argument>
      </arguments>
      <options>
        <option name="--depth" shortcut="" accept_value="1" is_value_required="1" is_multiple="0">
          <description>Dumping depth of result set.</description>
          <defaults>
            <default>7</default>
          </defaults>
        </option>
      </options>
    </command>
    <command id="orm:clear-cache:metadata" name="orm:clear-cache:metadata">
      <usage>orm:clear-cache:metadata [--flush]</usage>
      <description>Clear all metadata cache of the various cache drivers.</description>
      <help>The &lt;info&gt;orm:clear-cache:metadata&lt;/info&gt; command is meant to clear the metadata cache of associated Entity Manager.
 It is possible to invalidate all cache entries at once - called delete -, or flushes the cache provider
 instance completely.

 The execution type differ on how you execute the command.
 If you want to invalidate the entries (and not delete from cache instance), this command would do the work:

 &lt;info&gt;orm:clear-cache:metadata&lt;/info&gt;

 Alternatively, if you want to flush the cache provider using this command:

 &lt;info&gt;orm:clear-cache:metadata --flush&lt;/info&gt;

 Finally, be aware that if &lt;info&gt;--flush&lt;/info&gt; option is passed, not all cache providers are able to flush entries,
 because of a limitation of its execution nature.</help>
      <aliases/>
      <arguments/>
      <options>
        <option name="--flush" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>If defined, cache entries will be flushed instead of deleted/invalidated.</description>
        </option>
      </options>
    </command>
    <command id="orm:clear-cache:query" name="orm:clear-cache:query">
      <usage>orm:clear-cache:query [--flush]</usage>
      <description>Clear all query cache of the various cache drivers.</description>
      <help>The &lt;info&gt;orm:clear-cache:query&lt;/info&gt; command is meant to clear the query cache of associated Entity Manager.
 It is possible to invalidate all cache entries at once - called delete -, or flushes the cache provider
 instance completely.

 The execution type differ on how you execute the command.
 If you want to invalidate the entries (and not delete from cache instance), this command would do the work:

 &lt;info&gt;orm:clear-cache:query&lt;/info&gt;

 Alternatively, if you want to flush the cache provider using this command:

 &lt;info&gt;orm:clear-cache:query --flush&lt;/info&gt;

 Finally, be aware that if &lt;info&gt;--flush&lt;/info&gt; option is passed, not all cache providers are able to flush entries,
 because of a limitation of its execution nature.</help>
      <aliases/>
      <arguments/>
      <options>
        <option name="--flush" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>If defined, cache entries will be flushed instead of deleted/invalidated.</description>
        </option>
      </options>
    </command>
    <command id="orm:clear-cache:result" name="orm:clear-cache:result">
      <usage>orm:clear-cache:result [--flush]</usage>
      <description>Clear all result cache of the various cache drivers.</description>
      <help>The &lt;info&gt;orm:clear-cache:result&lt;/info&gt; command is meant to clear the result cache of associated Entity Manager.
 It is possible to invalidate all cache entries at once - called delete -, or flushes the cache provider
 instance completely.

 The execution type differ on how you execute the command.
 If you want to invalidate the entries (and not delete from cache instance), this command would do the work:

 &lt;info&gt;orm:clear-cache:result&lt;/info&gt;

 Alternatively, if you want to flush the cache provider using this command:

 &lt;info&gt;orm:clear-cache:result --flush&lt;/info&gt;

 Finally, be aware that if &lt;info&gt;--flush&lt;/info&gt; option is passed, not all cache providers are able to flush entries,
 because of a limitation of its execution nature.</help>
      <aliases/>
      <arguments/>
      <options>
        <option name="--flush" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>If defined, cache entries will be flushed instead of deleted/invalidated.</description>
        </option>
      </options>
    </command>
    <command id="orm:convert-d1-schema" name="orm:convert-d1-schema">
      <usage>orm:convert-d1-schema [--from="..."] [--extend[="..."]] [--num-spaces[="..."]] from-path to-type dest-path</usage>
      <description>Converts Doctrine 1.X schema into a Doctrine 2.X schema.</description>
      <help>Converts Doctrine 1.X schema into a Doctrine 2.X schema.</help>
      <aliases/>
      <arguments>
        <argument name="from-path" is_required="1" is_array="0">
          <description>The path of Doctrine 1.X schema information.</description>
          <defaults/>
        </argument>
        <argument name="to-type" is_required="1" is_array="0">
          <description>The destination Doctrine 2.X mapping type.</description>
          <defaults/>
        </argument>
        <argument name="dest-path" is_required="1" is_array="0">
          <description>The path to generate your Doctrine 2.X mapping information.</description>
          <defaults/>
        </argument>
      </arguments>
      <options>
        <option name="--from" shortcut="" accept_value="1" is_value_required="1" is_multiple="1">
          <description>Optional paths of Doctrine 1.X schema information.</description>
          <defaults/>
        </option>
        <option name="--extend" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Defines a base class to be extended by generated entity classes.</description>
          <defaults/>
        </option>
        <option name="--num-spaces" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Defines the number of indentation spaces</description>
          <defaults>
            <default>4</default>
          </defaults>
        </option>
      </options>
    </command>
    <command id="orm:convert-mapping" name="orm:convert-mapping">
      <usage>orm:convert-mapping [--filter="..."] [--force] [--from-database] [--extend[="..."]] [--num-spaces[="..."]] [--namespace[="..."]] to-type dest-path</usage>
      <description>Convert mapping information between supported formats.</description>
      <help>Convert mapping information between supported formats.

 This is an execute &lt;info&gt;one-time&lt;/info&gt; command. It should not be necessary for
 you to call this method multiple times, escpecially when using the &lt;comment&gt;--from-database&lt;/comment&gt;
 flag.

 Converting an existing databsae schema into mapping files only solves about 70-80%
 of the necessary mapping information. Additionally the detection from an existing
 database cannot detect inverse associations, inheritance types,
 entities with foreign keys as primary keys and many of the
 semantical operations on associations such as cascade.

 &lt;comment&gt;Hint:&lt;/comment&gt; There is no need to convert YAML or XML mapping files to annotations
 every time you make changes. All mapping drivers are first class citizens
 in Doctrine 2 and can be used as runtime mapping for the ORM.</help>
      <aliases/>
      <arguments>
        <argument name="to-type" is_required="1" is_array="0">
          <description>The mapping type to be converted.</description>
          <defaults/>
        </argument>
        <argument name="dest-path" is_required="1" is_array="0">
          <description>The path to generate your entities classes.</description>
          <defaults/>
        </argument>
      </arguments>
      <options>
        <option name="--filter" shortcut="" accept_value="1" is_value_required="1" is_multiple="1">
          <description>A string pattern used to match entities that should be processed.</description>
          <defaults/>
        </option>
        <option name="--force" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Force to overwrite existing mapping files.</description>
        </option>
        <option name="--from-database" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Whether or not to convert mapping information from existing database.</description>
        </option>
        <option name="--extend" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Defines a base class to be extended by generated entity classes.</description>
          <defaults/>
        </option>
        <option name="--num-spaces" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Defines the number of indentation spaces</description>
          <defaults>
            <default>4</default>
          </defaults>
        </option>
        <option name="--namespace" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Defines a namespace for the generated entity classes, if converted from database.</description>
          <defaults/>
        </option>
      </options>
    </command>
    <command id="orm:ensure-production-settings" name="orm:ensure-production-settings">
      <usage>orm:ensure-production-settings [--complete]</usage>
      <description>Verify that Doctrine is properly configured for a production environment.</description>
      <help>Verify that Doctrine is properly configured for a production environment.</help>
      <aliases/>
      <arguments/>
      <options>
        <option name="--complete" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Flag to also inspect database connection existance.</description>
        </option>
      </options>
    </command>
    <command id="orm:generate-entities" name="orm:generate-entities">
      <usage>orm:generate-entities [--filter="..."] [--generate-annotations[="..."]] [--generate-methods[="..."]] [--regenerate-entities[="..."]] [--update-entities[="..."]] [--extend[="..."]] [--num-spaces[="..."]] dest-path</usage>
      <description>Generate entity classes and method stubs from your mapping information.</description>
      <help>Generate entity classes and method stubs from your mapping information.

 If you use the &lt;comment&gt;--update-entities&lt;/comment&gt; or &lt;comment&gt;--regenerate-entities&lt;/comment&gt; flags your exisiting
 code gets overwritten. The EntityGenerator will only append new code to your
 file and will not delete the old code. However this approach may still be prone
 to error and we suggest you use code repositories such as GIT or SVN to make
 backups of your code.

 It makes sense to generate the entity code if you are using entities as Data
 Access Objects only and dont put much additional logic on them. If you are
 however putting much more logic on the entities you should refrain from using
 the entity-generator and code your entities manually.

 &lt;error&gt;Important:&lt;/error&gt; Even if you specified Inheritance options in your
 XML or YAML Mapping files the generator cannot generate the base and
 child classes for you correctly, because it doesn't know which
 class is supposed to extend which. You have to adjust the entity
 code manually for inheritance to work!</help>
      <aliases/>
      <arguments>
        <argument name="dest-path" is_required="1" is_array="0">
          <description>The path to generate your entity classes.</description>
          <defaults/>
        </argument>
      </arguments>
      <options>
        <option name="--filter" shortcut="" accept_value="1" is_value_required="1" is_multiple="1">
          <description>A string pattern used to match entities that should be processed.</description>
          <defaults/>
        </option>
        <option name="--generate-annotations" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Flag to define if generator should generate annotation metadata on entities.</description>
          <defaults/>
        </option>
        <option name="--generate-methods" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Flag to define if generator should generate stub methods on entities.</description>
          <defaults>
            <default>1</default>
          </defaults>
        </option>
        <option name="--regenerate-entities" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Flag to define if generator should regenerate entity if it exists.</description>
          <defaults/>
        </option>
        <option name="--update-entities" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Flag to define if generator should only update entity if it exists.</description>
          <defaults>
            <default>1</default>
          </defaults>
        </option>
        <option name="--extend" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Defines a base class to be extended by generated entity classes.</description>
          <defaults/>
        </option>
        <option name="--num-spaces" shortcut="" accept_value="1" is_value_required="0" is_multiple="0">
          <description>Defines the number of indentation spaces</description>
          <defaults>
            <default>4</default>
          </defaults>
        </option>
      </options>
    </command>
    <command id="orm:generate-proxies" name="orm:generate-proxies">
      <usage>orm:generate-proxies [--filter="..."] [dest-path]</usage>
      <description>Generates proxy classes for entity classes.</description>
      <help>Generates proxy classes for entity classes.</help>
      <aliases/>
      <arguments>
        <argument name="dest-path" is_required="0" is_array="0">
          <description>The path to generate your proxy classes. If none is provided, it will attempt to grab from configuration.</description>
          <defaults/>
        </argument>
      </arguments>
      <options>
        <option name="--filter" shortcut="" accept_value="1" is_value_required="1" is_multiple="1">
          <description>A string pattern used to match entities that should be processed.</description>
          <defaults/>
        </option>
      </options>
    </command>
    <command id="orm:generate-repositories" name="orm:generate-repositories">
      <usage>orm:generate-repositories [--filter="..."] dest-path</usage>
      <description>Generate repository classes from your mapping information.</description>
      <help>Generate repository classes from your mapping information.</help>
      <aliases/>
      <arguments>
        <argument name="dest-path" is_required="1" is_array="0">
          <description>The path to generate your repository classes.</description>
          <defaults/>
        </argument>
      </arguments>
      <options>
        <option name="--filter" shortcut="" accept_value="1" is_value_required="1" is_multiple="1">
          <description>A string pattern used to match entities that should be processed.</description>
          <defaults/>
        </option>
      </options>
    </command>
    <command id="orm:info" name="orm:info">
      <usage>orm:info</usage>
      <description>Show basic information about all mapped entities</description>
      <help>The &lt;info&gt;doctrine:mapping:info&lt;/info&gt; shows basic information about which
 entities exist and possibly if their mapping information contains errors or
 not.</help>
      <aliases/>
      <arguments/>
      <options/>
    </command>
    <command id="orm:run-dql" name="orm:run-dql">
      <usage>orm:run-dql [--hydrate="..."] [--first-result="..."] [--max-result="..."] [--depth="..."] dql</usage>
      <description>Executes arbitrary DQL directly from the command line.</description>
      <help>Executes arbitrary DQL directly from the command line.</help>
      <aliases/>
      <arguments>
        <argument name="dql" is_required="1" is_array="0">
          <description>The DQL to execute.</description>
          <defaults/>
        </argument>
      </arguments>
      <options>
        <option name="--hydrate" shortcut="" accept_value="1" is_value_required="1" is_multiple="0">
          <description>Hydration mode of result set. Should be either: object, array, scalar or single-scalar.</description>
          <defaults>
            <default>object</default>
          </defaults>
        </option>
        <option name="--first-result" shortcut="" accept_value="1" is_value_required="1" is_multiple="0">
          <description>The first result in the result set.</description>
          <defaults/>
        </option>
        <option name="--max-result" shortcut="" accept_value="1" is_value_required="1" is_multiple="0">
          <description>The maximum number of results in the result set.</description>
          <defaults/>
        </option>
        <option name="--depth" shortcut="" accept_value="1" is_value_required="1" is_multiple="0">
          <description>Dumping depth of Entity graph.</description>
          <defaults>
            <default>7</default>
          </defaults>
        </option>
      </options>
    </command>
    <command id="orm:schema-tool:create" name="orm:schema-tool:create">
      <usage>orm:schema-tool:create [--dump-sql]</usage>
      <description>Processes the schema and either create it directly on EntityManager Storage Connection or generate the SQL output.</description>
      <help>Processes the schema and either create it directly on EntityManager Storage Connection or generate the SQL output.</help>
      <aliases/>
      <arguments/>
      <options>
        <option name="--dump-sql" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Instead of try to apply generated SQLs into EntityManager Storage Connection, output them.</description>
        </option>
      </options>
    </command>
    <command id="orm:schema-tool:drop" name="orm:schema-tool:drop">
      <usage>orm:schema-tool:drop [--dump-sql] [--force] [--full-database]</usage>
      <description>Drop the complete database schema of EntityManager Storage Connection or generate the corresponding SQL output.</description>
      <help>Processes the schema and either drop the database schema of EntityManager Storage Connection or generate the SQL output.
 Beware that the complete database is dropped by this command, even tables that are not relevant to your metadata model.</help>
      <aliases/>
      <arguments/>
      <options>
        <option name="--dump-sql" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Instead of try to apply generated SQLs into EntityManager Storage Connection, output them.</description>
        </option>
        <option name="--force" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Don't ask for the deletion of the database, but force the operation to run.</description>
        </option>
        <option name="--full-database" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Instead of using the Class Metadata to detect the database table schema, drop ALL assets that the database contains.</description>
        </option>
      </options>
    </command>
    <command id="orm:schema-tool:update" name="orm:schema-tool:update">
      <usage>orm:schema-tool:update [--complete] [--dump-sql] [--force]</usage>
      <description>Executes (or dumps) the SQL needed to update the database schema to match the current mapping metadata.</description>
      <help>The &lt;info&gt;orm:schema-tool:update&lt;/info&gt; command generates the SQL needed to
 synchronize the database schema with the current mapping metadata of the
 default entity manager.

 For example, if you add metadata for a new column to an entity, this command
 would generate and output the SQL needed to add the new column to the database:

 &lt;info&gt;orm:schema-tool:update --dump-sql&lt;/info&gt;

 Alternatively, you can execute the generated queries:

 &lt;info&gt;orm:schema-tool:update --force&lt;/info&gt;

 Finally, be aware that if the &lt;info&gt;--complete&lt;/info&gt; option is passed, this
 task will drop all database assets (e.g. tables, etc) that are *not* described
 by the current metadata. In other words, without this option, this task leaves
 untouched any "extra" tables that exist in the database, but which aren't
 described by any metadata.</help>
      <aliases/>
      <arguments/>
      <options>
        <option name="--complete" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>If defined, all assets of the database which are not relevant to the current metadata will be dropped.</description>
        </option>
        <option name="--dump-sql" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Dumps the generated SQL statements to the screen (does not execute them).</description>
        </option>
        <option name="--force" shortcut="" accept_value="0" is_value_required="0" is_multiple="0">
          <description>Causes the generated SQL statements to be physically executed against your database.</description>
        </option>
      </options>
    </command>
    <command id="orm:validate-schema" name="orm:validate-schema">
      <usage>orm:validate-schema</usage>
      <description>Validate the mapping files.</description>
      <help>'Validate that the mapping files are correct and in sync with the database.'</help>
      <aliases/>
      <arguments/>
      <options/>
    </command>
  </commands>
  <namespaces>
    <namespace id="_global">
      <command>help</command>
      <command>list</command>
    </namespace>
    <namespace id="dbal">
      <command>dbal:import</command>
      <command>dbal:run-sql</command>
    </namespace>
    <namespace id="orm">
      <command>orm:clear-cache:metadata</command>
      <command>orm:clear-cache:query</command>
      <command>orm:clear-cache:result</command>
      <command>orm:convert-d1-schema</command>
      <command>orm:convert-mapping</command>
      <command>orm:ensure-production-settings</command>
      <command>orm:generate-entities</command>
      <command>orm:generate-proxies</command>
      <command>orm:generate-repositories</command>
      <command>orm:info</command>
      <command>orm:run-dql</command>
      <command>orm:schema-tool:create</command>
      <command>orm:schema-tool:drop</command>
      <command>orm:schema-tool:update</command>
      <command>orm:validate-schema</command>
    </namespace>
  </namespaces>
</symfony>