[bobarsdock]
configure = botoolkit.bo_barsdock.commands:ConfigureBOBARSDockCommand

[boconf]
check consistency = botoolkit.bo_conf.commands:CheckConfigurationConsistencyCommand
check options = botoolkit.bo_conf.commands:CheckUnregisteredOptionsCommand
check plugins = botoolkit.bo_conf.commands:CheckUnregisteredPluginsCommand
configure = botoolkit.bo_conf.commands:ConfigureBOConfCommand
generator configure = botoolkit.bo_conf.commands:ConfigureBOConfGeneratorCommand
generator generate = botoolkit.bo_conf.commands:GenerateBOConfGeneratorCommand

[bodatabaser]
build configure = botoolkit.bo_databaser.commands:ConfigureBuildDatabaserCommand
configure = botoolkit.bo_databaser.commands:ConfigureBODatabaserCommand
run = botoolkit.bo_databaser.commands:RunDatabaserCommand
stop = botoolkit.bo_databaser.commands:StopDatabaserCommand

[bogit]
check closed issues remote branches = botoolkit.bo_git.commands:CheckClosedIssueRemoteBranchCommand
configure = botoolkit.bo_git.commands:ConfigureBOWebBBCommand
show remote branches = botoolkit.bo_git.commands:ShowRemoteBranchesCommand

[boguide]
configure = botoolkit.bo_guide.commands:BOGuideConfigureCommand
python check updates = botoolkit.bo_guide.commands:BOGuidePythonCheckUpdatesCommand

[boip]
ping = botoolkit.bo_ip.commands:BOIPPingCommand

[bojenkins]
check databaser = botoolkit.bo_jenkins.commands:BOJenkinsCheckDatabaserCommand
configure = botoolkit.bo_jenkins.commands:ConfigureBOJenkinsCommand
generate databaser interface = botoolkit.bo_jenkins.commands:BOJenkinsGenerateDatabaserInterfaceCommand
run databaser = botoolkit.bo_jenkins.commands:BOJenkinsRunDatabaserCommand
stands = botoolkit.bo_jenkins.commands:BOJenkinsStandsLister

[bojira]
configure = botoolkit.bo_jira.commands:ConfigureBOJiraCommand
show databaser build errors issues = botoolkit.bo_jira.commands:BOJenkinsDatabaserBuildErrorsJiraIssuesLister

[bopostgres]
check access = botoolkit.bo_postgres.commands:CheckDBAccessCommand
configure = botoolkit.bo_postgres.commands:ConfigureBOPostgresCommand
create base images = botoolkit.bo_postgres.commands:CreateBaseDBImageCommand
generate base db image schema = botoolkit.bo_postgres.commands:GenerateBaseDBImageSchemaCommand
run = botoolkit.bo_postgres.commands:RunPostgresServiceCommand
run webbb = botoolkit.bo_postgres.commands:RunWebBBPostgresServiceCommand

[boregistry]
configure = botoolkit.bo_registry.commands:ConfigureBORegistryCommand
remove image = botoolkit.bo_registry.commands:BORegistryRemoveImageCommand
remove images = botoolkit.bo_registry.commands:RemoveImagesBORegistryCommand
show images = botoolkit.bo_registry.commands:BORegistryShowImagesCommand

[botelegram]
configure = botoolkit.bo_telegram.commands:BOTelegramConfigureCommand

[botoolkit]
configure = botoolkit.bo_toolkit.commands:ConfigureBOToolKitCommand
work off = botoolkit.bo_toolkit.commands:BOToolkitWorkOffCommand
work on = botoolkit.bo_toolkit.commands:BOToolkitWorkOnCommand

[bowebbb]
build base = botoolkit.bo_web_bb.commands:BuildBaseWebBBApplicationImageCommand
configure = botoolkit.bo_web_bb.commands:ConfigureBOWebBBCommand

[console_scripts]
bobarsdock = botoolkit.bo_barsdock.main:main
boconf = botoolkit.bo_conf.main:main
bodatabaser = botoolkit.bo_databaser.main:main
bogit = botoolkit.bo_git.main:main
boguide = botoolkit.bo_guide.main:main
boip = botoolkit.bo_ip.main:main
bojenkins = botoolkit.bo_jenkins.main:main
bojira = botoolkit.bo_jira.main:main
bopostgres = botoolkit.bo_postgres.main:main
boregistry = botoolkit.bo_registry.main:main
botelegram = botoolkit.bo_telegram.main:main
botoolkit = botoolkit.bo_toolkit.main:main
bowebbb = botoolkit.bo_web_bb.main:main
