icinga2/lib/cli
Michael Friedrich 034cd9c140 Cli: Don't run 'agent update-config' if there are uncommitted changes
refs #7249
2014-10-27 19:15:34 +01:00
..
CMakeLists.txt Cli: Fix autocompletion on Debian 2014-10-27 14:13:55 +01:00
agentaddcommand.cpp Implement agent settings for "agent set" and "agent list" 2014-10-27 15:12:19 +01:00
agentaddcommand.hpp Validate number of arguments 2014-10-24 13:19:00 +02:00
agentblackandwhitelistcommand.cpp Build fix for Windows and RHEL 5 2014-10-23 19:07:14 +02:00
agentblackandwhitelistcommand.hpp Build fix for Windows and RHEL 5 2014-10-23 19:07:14 +02:00
agentlistcommand.cpp Make the "agent list" and "agent remove" commands work 2014-10-24 12:04:14 +02:00
agentlistcommand.hpp Cli: Fix some comments 2014-10-22 14:03:39 +02:00
agentremovecommand.cpp Implement agent settings for "agent set" and "agent list" 2014-10-27 15:12:19 +01:00
agentremovecommand.hpp Validate number of arguments 2014-10-24 13:19:00 +02:00
agentsetcommand.cpp Implement agent settings for "agent set" and "agent list" 2014-10-27 15:12:19 +01:00
agentsetcommand.hpp Validate number of arguments 2014-10-24 13:19:00 +02:00
agentsetupcommand.cpp Implement support for running specific CLI commands as root 2014-10-24 15:29:46 +02:00
agentsetupcommand.hpp Implement support for running specific CLI commands as root 2014-10-24 15:29:46 +02:00
agentupdateconfigcommand.cpp Cli: Don't run 'agent update-config' if there are uncommitted changes 2014-10-27 19:15:34 +01:00
agentupdateconfigcommand.hpp Cli: Add implementation for 'agent update-config' command 2014-10-27 18:01:51 +01:00
agentutility.cpp Implement agent settings for "agent set" and "agent list" 2014-10-27 15:12:19 +01:00
agentutility.hpp Implement agent settings for "agent set" and "agent list" 2014-10-27 15:12:19 +01:00
agentwizardcommand.cpp Validate number of arguments 2014-10-24 13:19:00 +02:00
agentwizardcommand.hpp Move clicommand.{cpp,hpp} to lib/cli 2014-10-20 14:06:21 +02:00
clicommand.cpp Implement support for running specific CLI commands as root 2014-10-24 15:29:46 +02:00
clicommand.hpp Implement support for running specific CLI commands as root 2014-10-24 15:29:46 +02:00
daemoncommand.cpp Implement the "variable" CLI command 2014-10-20 21:14:56 +02:00
daemoncommand.hpp Move clicommand.{cpp,hpp} to lib/cli 2014-10-20 14:06:21 +02:00
featuredisablecommand.cpp Implement support for running specific CLI commands as root 2014-10-24 15:29:46 +02:00
featuredisablecommand.hpp Implement support for running specific CLI commands as root 2014-10-24 15:29:46 +02:00
featureenablecommand.cpp Implement support for running specific CLI commands as root 2014-10-24 15:29:46 +02:00
featureenablecommand.hpp Implement support for running specific CLI commands as root 2014-10-24 15:29:46 +02:00
featurelistcommand.cpp Validate number of arguments 2014-10-24 13:19:00 +02:00
featurelistcommand.hpp Cli: Fix some comments 2014-10-22 14:03:39 +02:00
featureutility.cpp Add missing include 2014-10-24 07:45:49 +02:00
featureutility.hpp Cli: Refactor feature {enable,disable,list} code 2014-10-21 18:53:14 +02:00
i2-cli.hpp Add missing file 2014-10-20 21:16:06 +02:00
objectlistcommand.cpp Replace cJSON with YAJL 2014-10-26 20:00:35 +01:00
objectlistcommand.hpp Clean up code a bit 2014-10-22 08:08:39 +02:00
pkinewcacommand.cpp Cli: Move pki command funactionality into PkiUtility class 2014-10-21 16:02:44 +02:00
pkinewcacommand.hpp Move clicommand.{cpp,hpp} to lib/cli 2014-10-20 14:06:21 +02:00
pkinewcertcommand.cpp Rename PKI arguments 2014-10-22 16:01:59 +02:00
pkinewcertcommand.hpp Move clicommand.{cpp,hpp} to lib/cli 2014-10-20 14:06:21 +02:00
pkirequestcommand.cpp Rename PKI arguments 2014-10-22 16:01:59 +02:00
pkirequestcommand.hpp Move clicommand.{cpp,hpp} to lib/cli 2014-10-20 14:06:21 +02:00
pkisavecertcommand.cpp Rename PKI arguments 2014-10-22 16:01:59 +02:00
pkisavecertcommand.hpp Implement "pki save-cert" command 2014-10-21 11:44:21 +02:00
pkisigncsrcommand.cpp Rename PKI arguments 2014-10-22 16:01:59 +02:00
pkisigncsrcommand.hpp Move clicommand.{cpp,hpp} to lib/cli 2014-10-20 14:06:21 +02:00
pkiticketcommand.cpp Cli: Move pki command funactionality into PkiUtility class 2014-10-21 16:02:44 +02:00
pkiticketcommand.hpp Move clicommand.{cpp,hpp} to lib/cli 2014-10-20 14:06:21 +02:00
pkiutility.cpp Remove unnecessary initializers 2014-10-23 19:02:16 +02:00
pkiutility.hpp Clean up the "agent setup" command a bit 2014-10-23 03:35:01 +02:00
repositorycommitcommand.cpp Cli: Add 'repository commit --clear' clearing pending changes 2014-10-27 17:55:58 +01:00
repositorycommitcommand.hpp Implement support for running specific CLI commands as root 2014-10-24 15:29:46 +02:00
repositoryobjectcommand.cpp Cli: Fix repository remove auto-complete suggestions 2014-10-27 15:48:52 +01:00
repositoryobjectcommand.hpp Validate number of arguments 2014-10-24 13:19:00 +02:00
repositoryutility.cpp Cli: 'repository host remove' cleans service directory, add pending changes helper 2014-10-27 19:13:33 +01:00
repositoryutility.hpp Cli: 'repository host remove' cleans service directory, add pending changes helper 2014-10-27 19:13:33 +01:00
variablegetcommand.cpp Replace cJSON with YAJL 2014-10-26 20:00:35 +01:00
variablegetcommand.hpp Validate number of arguments 2014-10-24 13:19:00 +02:00
variablelistcommand.cpp Replace cJSON with YAJL 2014-10-26 20:00:35 +01:00
variablelistcommand.hpp Clean up code a bit 2014-10-22 08:08:39 +02:00