Sha256: 3bca1be9e009732d3fb4c7762cf3b3be0e824072b8cefc827232617adb3f4cd2

Contents?: true

Size: 286 Bytes

Versions: 6

Compression:

Stored size: 286 Bytes

Contents

# frozen_string_literal: true

require_relative 'base'
require_relative '../options/common'

module RubyTerraform
  module Commands
    class WorkspaceShow < Base
      include RubyTerraform::Options::Common

      def subcommands
        %w[workspace show]
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby-terraform-0.65.0.pre.15 lib/ruby_terraform/commands/workspace_show.rb
ruby-terraform-0.65.0.pre.14 lib/ruby_terraform/commands/workspace_show.rb
ruby-terraform-0.65.0.pre.13 lib/ruby_terraform/commands/workspace_show.rb
ruby-terraform-0.65.0.pre.12 lib/ruby_terraform/commands/workspace_show.rb
ruby-terraform-0.65.0.pre.11 lib/ruby_terraform/commands/workspace_show.rb
ruby-terraform-0.65.0.pre.10 lib/ruby_terraform/commands/workspace_show.rb