[dokku_client.commands]
configset = dokku_client.commands.config:ConfigSetCommand
prompt = dokku_client.commands.prompt:PromptCommand
help = dokku_client.commands.help:HelpCommand
restart = dokku_client.commands.restart:RestartCommand
configget = dokku_client.commands.config:ConfigGetCommand

[console_scripts]
dokku-client = dokku_client.client:main

