Class: Awsclean::Commands

Inherits:
Thor
  • Object
show all
Defined in:
lib/awsclean/commands.rb

Instance Method Summary collapse

Instance Method Details

#clean_amisObject



23
24
25
26
# File 'lib/awsclean/commands.rb', line 23

def clean_amis
  puts "[clean_amis] Running AmiClean"
  AmiClean.run options
end

#clean_ecr_imagesObject



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