.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH DOCTRINE "1" "November 2018" "doctrine 2.6.3+dfsg" "User Commands" .SH NAME doctrine \- Doctrine command line interface .SH SYNOPSIS .B doctrine \fI\,command \/\fR[\fI\,options\/\fR] [\fI\,arguments\/\fR] .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Display this help message .TP \fB\-q\fR, \fB\-\-quiet\fR Do not output any message .TP \fB\-V\fR, \fB\-\-version\fR Display this application version .TP \fB\-\-ansi\fR Force ANSI output .TP \fB\-\-no\-ansi\fR Disable ANSI output .TP \fB\-n\fR, \fB\-\-no\-interaction\fR Do not ask any interactive question .TP \fB\-v\fR|vv|vvv, \fB\-\-verbose\fR Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug .SS "Available commands:" .TP help Displays help for a command .TP list Lists commands .IP dbal .TP dbal:import Import SQL file(s) directly to Database. .TP dbal:reserved\-words Checks if the current database contains identifiers that are reserved. .TP dbal:run\-sql Executes arbitrary SQL directly from the command line. .IP orm .TP orm:clear\-cache:metadata Clear all metadata cache of the various cache drivers .TP orm:clear\-cache:query Clear all query cache of the various cache drivers .TP orm:clear\-cache:region:collection Clear a second\-level cache collection region .TP orm:clear\-cache:region:entity Clear a second\-level cache entity region .TP orm:clear\-cache:region:query Clear a second\-level cache query region .TP orm:clear\-cache:result Clear all result cache of the various cache drivers .TP orm:convert\-d1\-schema [orm:convert:d1\-schema] Converts Doctrine 1.x schema into a Doctrine 2.x schema .TP orm:convert\-mapping [orm:convert:mapping] Convert mapping information between supported formats .TP orm:ensure\-production\-settings Verify that Doctrine is properly configured for a production environment .TP orm:generate\-entities [orm:generate:entities] Generate entity classes and method stubs from your mapping information .TP orm:generate\-proxies [orm:generate:proxies] Generates proxy classes for entity classes .TP orm:generate\-repositories [orm:generate:repositories] Generate repository classes from your mapping information .TP orm:info Show basic information about all mapped entities .TP orm:mapping:describe Display information about mapped objects .TP orm:run\-dql Executes arbitrary DQL directly from the command line .TP orm:schema\-tool:create Processes the schema and either create it directly on EntityManager Storage Connection or generate the SQL output .TP orm:schema\-tool:drop Drop the complete database schema of EntityManager Storage Connection or generate the corresponding SQL output .TP orm:schema\-tool:update Executes (or dumps) the SQL needed to update the database schema to match the current mapping metadata .TP orm:validate\-schema Validate the mapping files