From 036a04c9183924d715f5ce4726329863901bccca Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 27 Aug 2019 10:38:28 -0400 Subject: [PATCH] cli: add an alias for `awx inventories` --- 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 1908272fbd..be4f7409fb 100644 --- a/awxkit/awxkit/cli/resource.py +++ b/awxkit/awxkit/cli/resource.py @@ -19,6 +19,7 @@ DEPRECATED_RESOURCES = { 'hosts': 'host', 'instances': 'instance', 'instance_groups': 'instance_group', + 'inventory': 'inventories', 'inventory_scripts': 'inventory_script', 'inventory_sources': 'inventory_source', 'inventory_updates': 'inventory_update',