# Functions
ActivateTrigger function activates specified trigger.
AddCluster function inserts new cluster info into the database via REST API call to insights operator controller service.
AddClusterConfiguration function asks for all information needed to create new cluster configuration, all done via REST API call.
AddClusterConfigurationImpl function creates a new cluster configuration.
AddConfigurationProfile function adds the profile to database.
AddConfigurationProfileImpl function adds the profile to database.
AddTrigger function adds new trigger for a cluster.
AddTriggerImpl function calls REST API to add a new trigger into the database.
ConfigFileCompleter function implements completer based on list of files.
DeactivateTrigger deactivates specified trigger.
DeleteCluster function deletes all info about selected cluster from database.
DeleteClusterConfiguration function deletes selected cluster configuration from database via REST API call.
DeleteClusterNoConfirm function deletes all info about selected cluster w/o asking for confirmation of this operation.
DeleteConfigurationProfile function deletes the profile selected by its ID.
DeleteConfigurationProfileNoConfirm function deletes the configuration profile selected by its ID w/o asking for confirmation.
DeleteTrigger function deletes specified trigger.
DescribeConfiguration function displays additional information about selected configuration read via REST API call.
DescribeProfile function displays additional information about selected profile.
DescribeTrigger function displays additional information about selected trigger.
DisableClusterConfiguration function disables the selected cluster configuration in the controller service via REST API call.
EnableClusterConfiguration function enables the selected cluster configuration in the controller service via REST API call.
FillInConfigurationList function prepares a list of configuration files that are found in specified directory.
ListOfClusters function displays list of clusters gathered via REST API call to the controller service.
ListOfConfigurations function displays list of all configurations gathered via REST API call to the Controller Service.
ListOfProfiles function displays list of configuration profiles gathered via REST API call made to controller service.
ListOfTriggers function displays list of triggers (including must-gather one) gathered via REST API call to controller service.
LoginCompleter implements a no-op completer needed to input random data, for example during testing.
PrintAuthors function displays list of authors to standard output.
PrintCopyright function displays copyright notice on terminal with optional colorization.
PrintHelp function can be used to display help on (color) terminal.
PrintLicense function displays license used by this project.
ProceedQuestion ask user about y/n answer.
Quit function will exit from the CLI client.
SetColorizer function set the terminal colorizer.
# Constants
constants used to display various error messages.
constants used to display various error messages.
constants used to display various error messages.
constants used to display various error messages.
constants used to display various error messages.
constants used to display various error messages.
constants used to display various error messages.
constants used to display various error messages.
constants used to display various error messages.
constants used to display various error messages.