[console_scripts]
pyjamaas = pyjamaas.cliff:main

[oslo.config.opts]
pyjamaas = pyjamaas.config:list_opts

[pyjamaas.entrypoints]
clone = pyjamaas.commands.clone:Clone
config = pyjamaas.commands.config:Config
machine get = pyjamaas.commands.machine:Get
machine list = pyjamaas.commands.machine:List
tags add = pyjamaas.commands.tags:Add
tags clear = pyjamaas.commands.tags:Clear
tags delete = pyjamaas.commands.tags:Delete

