CLI: support commands

refs #12202
This commit is contained in:
Thomas Gelf 2016-07-22 02:17:06 +02:00
parent fffa6a5f3b
commit 0a33e4f1ed
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?php
namespace Icinga\Module\Director\Clicommands;
use Icinga\Module\Director\Cli\ObjectCommand;
/**
* Manage Icinga Commands
*
* Use this command to show, create, modify or delete Icinga Command
* objects
*/
class CommandCommand extends ObjectCommand
{
}

View File

@ -21,6 +21,7 @@ Icinga objects of a specific type:
Currently the following object types are available on CLI:
* command
* endpoint
* host
* hostgroup