[console_scripts]
downburst = downburst.cli:main

[downburst.cli]
create = downburst.create:make
destroy = downburst.destroy:make
gen-ssh-key = downburst.gen_ssh_key:make
list = downburst.discover:make
list-json = downburst.discover:make_json

