Sha256: d3d783e004fb16bbc560ac128c1bf42218df6a2c3eea3d38296fd1fbb469581f

Contents?: true

Size: 356 Bytes

Versions: 21

Compression:

Stored size: 356 Bytes

Contents

# frozen_string_literal: true

module Neetob
  class CLI
    module NeetoDeploy
      class AutoscalingConfig < CLI::Base
        attr_accessor :app

        def initialize(app)
          super()
          @app = app
        end

        def run
          ui.success(`neetodeploy autoscaling_config list -a #{app}`)
        end
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
neetob-0.4.34 lib/neetob/cli/neeto_deploy/autoscaling_config.rb