allow singular execution_environment for cli

this makes "execution_environments" or "execution_environment" work
which is helpful
This commit is contained in:
Elijah DeLee 2021-05-25 11:28:47 -04:00
parent d6c5a23e05
commit b74990c480

View File

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