.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH DOCTRINE "1" "September 2015" "Doctrine Command Line Interface version 2.4.6" "User Commands" .SH NAME Doctrine \- Doctrine command line interface .SH DESCRIPTION Doctrine Command Line Interface version 2.4.6 .SS "Usage:" .IP [options] command [arguments] .SH OPTIONS .HP \fB\-\-help\fR \fB\-h\fR Display this help message. .HP \fB\-\-quiet\fR \fB\-q\fR Do not output any message. .HP \fB\-\-verbose\fR \fB\-v\fR|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug. .HP \fB\-\-version\fR \fB\-V\fR Display this application version. .TP \fB\-\-ansi\fR Force ANSI output. .TP \fB\-\-no\-ansi\fR Disable ANSI output. .HP \fB\-\-no\-interaction\fR \fB\-n\fR Do not ask any interactive question. .SS "Available commands:" .TP help Displays help for a command .TP list Lists commands .PP dbal .TP dbal:import Import SQL file(s) directly to Database. .TP dbal:run\-sql Executes arbitrary SQL directly from the command line. .PP 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:result Clear all result cache of the various cache drivers. .TP orm:convert\-d1\-schema Converts Doctrine 1.X schema into a Doctrine 2.X schema. .TP orm:convert\-mapping Convert mapping information between supported formats. .TP orm:convert:d1\-schema Converts Doctrine 1.X schema into a Doctrine 2.X schema. .TP 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 Generate entity classes and method stubs from your mapping information. .TP orm:generate\-proxies Generates proxy classes for entity classes. .TP orm:generate\-repositories Generate repository classes from your mapping information. .TP orm:generate:entities Generate entity classes and method stubs from your mapping information. .TP orm:generate:proxies Generates proxy classes for entity classes. .TP orm:generate:repositories Generate repository classes from your mapping information. .TP orm:info Show basic information about all mapped entities .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.