class Terraspace::CLI::Clean

Public Instance Methods

all() click to toggle source
# File lib/terraspace/cli/clean.rb, line 7
def all
  All.new(options).run
end
cache() click to toggle source
# File lib/terraspace/cli/clean.rb, line 13
def cache
  Cache.new(options).run
end
logs() click to toggle source
# File lib/terraspace/cli/clean.rb, line 20
def logs
  Logs.new(options).run
end