From b74990c48057e1e2263553764dfe13bfc82898a4 Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Tue, 25 May 2021 11:28:47 -0400 Subject: [PATCH] allow singular execution_environment for cli this makes "execution_environments" or "execution_environment" work which is helpful --- awxkit/awxkit/cli/resource.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awxkit/awxkit/cli/resource.py b/awxkit/awxkit/cli/resource.py index b4747b6e43..0038b96a7d 100644 --- a/awxkit/awxkit/cli/resource.py +++ b/awxkit/awxkit/cli/resource.py @@ -27,6 +27,7 @@ DEPRECATED_RESOURCES = { 'inventory_updates': 'inventory_update', 'jobs': 'job', 'job_templates': 'job_template', + 'execution_environments': 'execution_environment', 'labels': 'label', 'workflow_job_template_nodes': 'node', 'notification_templates': 'notification_template',