mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
add an ad_hoc resource alias to the new CLI
This commit is contained in:
@@ -11,6 +11,7 @@ from awxkit.cli.utils import CustomRegistryMeta, cprint
|
|||||||
CONTROL_RESOURCES = ['ping', 'config', 'me', 'metrics']
|
CONTROL_RESOURCES = ['ping', 'config', 'me', 'metrics']
|
||||||
|
|
||||||
DEPRECATED_RESOURCES = {
|
DEPRECATED_RESOURCES = {
|
||||||
|
'ad_hoc_commands': 'ad_hoc',
|
||||||
'applications': 'application',
|
'applications': 'application',
|
||||||
'credentials': 'credential',
|
'credentials': 'credential',
|
||||||
'credential_types': 'credential_type',
|
'credential_types': 'credential_type',
|
||||||
|
|||||||
Reference in New Issue
Block a user