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',