[console_scripts]
pyjamaas = pyjamaas.cliff:main

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

[pyjamaas.entrypoints]
allocate = pyjamaas.commands.allocate:Allocate
clone = pyjamaas.commands.clone:Clone
config = pyjamaas.commands.config:Config
machine get = pyjamaas.commands.machine:Get
machine list = pyjamaas.commands.machine:List
release = pyjamaas.commands.release:Release
shell = pyjamaas.commands.shell:Shell
tags add = pyjamaas.commands.tags:Add
tags clear = pyjamaas.commands.tags:Clear
tags delete = pyjamaas.commands.tags:Delete
unlock = pyjamaas.commands.unlock:Unlock

