From ec5d4716404f1801781781ba40c754d14645b042 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 21 Aug 2019 15:22:08 -0400 Subject: [PATCH] add an `ad_hoc` resource alias to the new CLI --- 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 d8565de614..318a4d180e 100644 --- a/awxkit/awxkit/cli/resource.py +++ b/awxkit/awxkit/cli/resource.py @@ -11,6 +11,7 @@ from awxkit.cli.utils import CustomRegistryMeta, cprint CONTROL_RESOURCES = ['ping', 'config', 'me', 'metrics'] DEPRECATED_RESOURCES = { + 'ad_hoc_commands': 'ad_hoc', 'applications': 'application', 'credentials': 'credential', 'credential_types': 'credential_type',