void dropAlert(String[] optValues) {
String clusterName = optValues[0];
String alertName = optValues[1];
ClusterAccessor accessor = clusterAccessor(clusterName);
accessor.dropAlert(alertName);
}
void expandResource(String[] optValues) {
String clusterName = optValues[0];
String resourceName = optValues[1];