[reahl.translations]
reahl-component = reahl.messages

[reahl.component.databasecontrols]
NullDatabaseControl = reahl.component.dbutils:NullDatabaseControl

[reahl.eggs]
Egg = reahl.component.eggs:ReahlEgg

[console_scripts]
reahl-control = reahl.component.prodshell:ProductionCommandline.execute_one

[reahl.component.prodcommands]
DropDBUser = reahl.component.prodshell:DropDBUser
ListDependencies = reahl.component.prodshell:ListDependencies
RunJobs = reahl.component.prodshell:RunJobs
RestoreDB = reahl.component.prodshell:RestoreDB
CreateDB = reahl.component.prodshell:CreateDB
CheckConfig = reahl.component.prodshell:CheckConfig
DropDBTables = reahl.component.prodshell:DropDBTables
CreateDBUser = reahl.component.prodshell:CreateDBUser
MigrateDB = reahl.component.prodshell:MigrateDB
BackupAllDB = reahl.component.prodshell:BackupAllDB
BackupDB = reahl.component.prodshell:BackupDB
CreateDBTables = reahl.component.prodshell:CreateDBTables
ListConfig = reahl.component.prodshell:ListConfig
RestoreAllDB = reahl.component.prodshell:RestoreAllDB
SizeDB = reahl.component.prodshell:SizeDB
DropDB = reahl.component.prodshell:DropDB

