23 24 25 26
# File 'lib/awsclean/commands.rb', line 23 def clean_amis puts "[clean_amis] Running AmiClean" AmiClean.run options end
34 35 36 37
# File 'lib/awsclean/commands.rb', line 34 def clean_ecr_images puts "[clean_ecr_images] Running EcrClean" EcrClean.run options end