class Kubes::CLI::Clean
Public Instance Methods
run()
click to toggle source
# File lib/kubes/cli/clean.rb, line 3 def run path = ".kubes/output" FileUtils.rm_rf("#{Kubes.root}/#{path}") logger.info "Removed #{path}" unless @options[:mute] end