From 3fb1f5482b78f08ca7bf24bc355c65be7d5325f5 Mon Sep 17 00:00:00 2001 From: Joseph Mulloy Date: Wed, 20 Sep 2023 11:45:29 -0400 Subject: [PATCH] update setup.cfg --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 65687fc0..ebec2525 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,6 +26,7 @@ console_scripts = cleanup-asgs.py = tubular.scripts.cleanup_asgs:delete_asg cleanup_instances.py = tubular.scripts.cleanup_instances:terminate_instances close_opsgenie_alert.py = tubular.scripts.close_opsgenie_alert:close_opsgenie_alert + configure_gocd_elastic_agents.py = tubular.scripts.configure_gocd_agents:configure_gocd_elastic_agents create_private_to_public_pr.py = tubular.scripts.create_private_to_public_pr:create_private_to_public_pr create_tag.py = tubular.scripts.create_tag:create_tag delete-asg.py = tubular.scripts.delete_asg:delete_asg