Sha256: 8d0db9f8671f967ad83714197f709571fbbd62761e000014adae03ebc654e1b3

Contents?: true

Size: 398 Bytes

Versions: 15

Compression:

Stored size: 398 Bytes

Contents

module Jets::Command
  class CleanCommand < Base # :nodoc:
    desc "log", "Cleans CloudWatch log groups assocated with app"
    long_desc Help.text("clean/log")
    def log
      Jets::Commands::Clean::Log.new(options).clean
    end

    desc "build", "Cleans jets build"
    long_desc Help.text("clean/build")
    def build
      Jets::Commands::Clean::Build.new(options).clean
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jets-5.0.13 lib/jets/commands/clean/clean_command.rb
jets-5.0.12 lib/jets/commands/clean/clean_command.rb
jets-5.0.11 lib/jets/commands/clean/clean_command.rb
jets-5.0.10 lib/jets/commands/clean/clean_command.rb
jets-5.0.9 lib/jets/commands/clean/clean_command.rb
jets-5.0.8 lib/jets/commands/clean/clean_command.rb
jets-5.0.7 lib/jets/commands/clean/clean_command.rb
jets-5.0.6 lib/jets/commands/clean/clean_command.rb
jets-5.0.5 lib/jets/commands/clean/clean_command.rb
jets-5.0.4 lib/jets/commands/clean/clean_command.rb
jets-5.0.3 lib/jets/commands/clean/clean_command.rb
jets-5.0.2 lib/jets/commands/clean/clean_command.rb
jets-5.0.1 lib/jets/commands/clean/clean_command.rb
jets-5.0.0 lib/jets/commands/clean/clean_command.rb
jets-5.0.0.beta1 lib/jets/commands/clean/clean_command.rb