mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add CLI Example
This commit is contained in:
parent
d352004c01
commit
873c75593c
@ -255,6 +255,10 @@ def convert_to_arn(arns, region=None, key=None, keyid=None, profile=None):
|
||||
'''
|
||||
Convert a list of strings into actual arns. Converts convenience names such
|
||||
as 'scaling_policy:...'
|
||||
|
||||
CLI Example::
|
||||
|
||||
salt '*' scaling_policy:
|
||||
'''
|
||||
results = []
|
||||
for arn in arns:
|
||||
|
Loading…
Reference in New Issue
Block a user