icinga2/lib/cli
Gunnar Beutner 5aa392fa37 Update variable names
refs #7516
2014-10-31 11:55:38 +01:00
..
CMakeLists.txt Rename CLI command "agent" to "node" 2014-10-31 11:38:16 +01:00
clicommand.cpp Implement field attribute to hide fields in command auto-completion 2014-10-31 08:53:25 +01: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
nodeaddcommand.cpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodeaddcommand.hpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodeblackandwhitelistcommand.cpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodeblackandwhitelistcommand.hpp Rename CLI command "agent" to "node" 2014-10-31 11:38:16 +01:00
nodelistcommand.cpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodelistcommand.hpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
noderemovecommand.cpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
noderemovecommand.hpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodesetcommand.cpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodesetcommand.hpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodesetupcommand.cpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodesetupcommand.hpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodeupdateconfigcommand.cpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodeupdateconfigcommand.hpp Rename CLI command "agent" to "node" 2014-10-31 11:38:16 +01:00
nodeutility.cpp Update variable names 2014-10-31 11:55:38 +01:00
nodeutility.hpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodewizardcommand.cpp Rename --agent to --zone (for blacklist/whitelist) 2014-10-31 11:53:44 +01:00
nodewizardcommand.hpp Rename CLI command "agent" to "node" 2014-10-31 11:38:16 +01:00
objectlistcommand.cpp Cli: Fix formatting of 'repository <type> list' command 2014-10-27 20:18:47 +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 Use VariableUtility for "pki ticket" 2014-10-30 15:25:34 +01:00
pkiticketcommand.hpp Move clicommand.{cpp,hpp} to lib/cli 2014-10-20 14:06:21 +02:00
pkiutility.cpp Cli: Add 'agent wizard' command 2014-10-30 17:55:34 +01:00
pkiutility.hpp Clean up the "agent setup" command a bit 2014-10-23 03:35:01 +02:00
repositorycommitcommand.cpp Cli: Bail early on 'repository commit' if changelog dir does not exist 2014-10-28 19:43:37 +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 import description for 'repository <type> add' 2014-10-31 11:20:14 +01:00
repositoryobjectcommand.hpp Cli: Make sure that ChangeLog directory exists on 'repository commit' 2014-10-28 19:28:38 +01:00
repositoryutility.cpp Cli: Don't allow to override existing repository objects 2014-10-28 19:55:46 +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 Use VariableUtility for "pki ticket" 2014-10-30 15:25:34 +01:00
variablegetcommand.hpp Validate number of arguments 2014-10-24 13:19:00 +02:00
variablelistcommand.cpp Use VariableUtility for "pki ticket" 2014-10-30 15:25:34 +01:00
variablelistcommand.hpp Clean up code a bit 2014-10-22 08:08:39 +02:00
variableutility.cpp Use VariableUtility for "pki ticket" 2014-10-30 15:25:34 +01:00
variableutility.hpp Use VariableUtility for "pki ticket" 2014-10-30 15:25:34 +01:00