mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 16:18:00 +00:00
[aws] Add date to aws_ami function output
This commit is contained in:
parent
ef3e9eda18
commit
a251bd2fb9
@ -67,7 +67,7 @@ function aws_ag {
|
||||
function aws_ami {
|
||||
local profile=$(_get_aws_profile)
|
||||
aws ec2 describe-images --profile $profile --output ${_aws_output} \
|
||||
--owner self --query 'Images[*].{id:ImageId,name:Name,virt:VirtualizationType,st:State}'
|
||||
--owner self --query 'Images[*].{date:CreationDate,id:ImageId,name:Name,virt:VirtualizationType,st:State}'
|
||||
}
|
||||
|
||||
function aws_kms_decrypt {
|
||||
|
Loading…
Reference in New Issue
Block a user