Commit bda4f527 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos: Rename command lines related to service list/info

  The user could use the API to list computers or installations
parent 15db7f60
......@@ -108,8 +108,8 @@ setup(name=name,
'console = slapos.cli.console:ConsoleCommand',
'configure local = slapos.cli.configure_local:ConfigureLocalCommand',
'configure client = slapos.cli.configure_client:ConfigureClientCommand',
'info = slapos.cli.info:InfoCommand',
'list = slapos.cli.list:ListCommand',
'service info = slapos.cli.info:InfoCommand',
'service list = slapos.cli.list:ListCommand',
'supply = slapos.cli.supply:SupplyCommand',
'remove = slapos.cli.remove:RemoveCommand',
'request = slapos.cli.request:RequestCommand',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment