--version show program's version number and exit
-h,--help show this help message and exit
-cFILE[FILE...],--configFILE[FILE...]
specify configuration files
--dev enable development mode (caching disabled)
-v,--verbose enable verbose mode
-dDATABASE[DATABASE...],--databaseDATABASE[DATABASE...]
specify the database name
--logconfFILE logging configuration file (ConfigParser format)
-uMODULE[MODULE...],--updateMODULE[MODULE...]
activate or update a module
--all update all activated modules
--activate-dependencies
activate missing dependencies of updated modules
--emailEMAIL set the admin email
-p,--password set the database admin password
--reset-password reset the admin password
--test-emailTEST_EMAIL
send a test email to the specified address
-m,--update-modules-list
update the list of the available tryton modules
-lCODE[CODE...],--languageCODE[CODE...]
load the translations for the configured language code(s) into the database
--hostnameHOSTNAME Limit the database listing to the hostname
--validate[MODEL...]
validate the records of specified models
--validate-percentagePERCENTAGE
the percentage of records to validate (default: 100)
The first time a database is initialized the admin password is read from a file
defined by the TRYTONPASSFILE environment variable or interactively asked from the
user.
The config file can be specified in the TRYTOND_CONFIG environment variable.
The database URI can be specified in the TRYTOND_DATABASE_URI environment variable.