Sha256: a928ad3cd83bade40d470182e77a23ac859da65836eaa6ee6cb8cfbb7888200e

Contents?: true

Size: 995 Bytes

Versions: 71

Compression:

Stored size: 995 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/console/docopt_runner'
require 'eac_ruby_utils/simple_cache'
require 'avm/stereotypes/eac_wordpress_base0/instance'
require 'avm/tools/runner/eac_wordpress_base0/apache_host'
require 'avm/tools/runner/eac_wordpress_base0/data'
require 'avm/tools/runner/eac_wordpress_base0/deploy'

module Avm
  module Tools
    class Runner < ::EacRubyUtils::Console::DocoptRunner
      class EacWordpressBase0 < ::EacRubyUtils::Console::DocoptRunner
        include ::EacRubyUtils::SimpleCache

        DOC = <<~DOCOPT
          Utilities for EacWordpressBase0 instances.

          Usage:
            __PROGRAM__ [options] <instance_id> __SUBCOMMANDS__
            __PROGRAM__ -h | --help

          Options:
            -h --help             Show this screen.
        DOCOPT

        private

        def instance_uncached
          ::Avm::Stereotypes::EacWordpressBase0::Instance.by_id(options['<instance_id>'])
        end
      end
    end
  end
end

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
avm-tools-0.74.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.73.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.72.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.71.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.70.2 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.70.1 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.70.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.69.3 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.69.2 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.69.1 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.69.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.68.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.67.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.66.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.65.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.64.2 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.64.1 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.64.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.63.0 lib/avm/tools/runner/eac_wordpress_base0.rb
avm-tools-0.62.4 lib/avm/tools/runner/eac_wordpress_base0.rb