[connect.cli.plugins]
commerce=connect.cli.plugins.commerce.commands:get_group
customer=connect.cli.plugins.customer.commands:get_group
locales=connect.cli.plugins.locale.commands:get_group
play=connect.cli.plugins.play.commands:get_group
product=connect.cli.plugins.product.commands:get_group
project=connect.cli.plugins.project.commands:get_group
report=connect.cli.plugins.report.commands:get_group
translation=connect.cli.plugins.translation.commands:get_group

[console_scripts]
ccli=connect.cli.ccli:main

