Sha256: db22c90d12d2853e6f539f78108247c90b39d8042dd54a5a6d225d1165fc5523

Contents?: true

Size: 958 Bytes

Versions: 13

Compression:

Stored size: 958 Bytes

Contents

# -*- coding: utf-8 -*-
require "magellan/cli"

require 'json'
require 'yaml'
require 'active_support/core_ext/string/inflections'

module Magellan
  module Cli
    module Resources

      autoload :Base             , "magellan/cli/resources/base"
      autoload :Organization     , "magellan/cli/resources/organization"
      autoload :Team             , "magellan/cli/resources/team"
      autoload :Project          , "magellan/cli/resources/project"
      autoload :Stage            , "magellan/cli/resources/stage"
      autoload :ClientVersion    , "magellan/cli/resources/client_version"

      autoload :TransactionRouter, "magellan/cli/resources/transaction_router"
      autoload :Worker           , "magellan/cli/resources/worker"

      autoload :Image            , "magellan/cli/resources/image"
      autoload :Container        , "magellan/cli/resources/container"

      autoload :Cloudsql, "magellan/cli/resources/cloudsql"
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
magellan-cli-0.2.18 lib/magellan/cli/resources.rb
magellan-cli-0.2.17 lib/magellan/cli/resources.rb
magellan-cli-0.2.16 lib/magellan/cli/resources.rb
magellan-cli-0.2.15 lib/magellan/cli/resources.rb
magellan-cli-0.2.14 lib/magellan/cli/resources.rb
magellan-cli-0.2.13 lib/magellan/cli/resources.rb
magellan-cli-0.2.12 lib/magellan/cli/resources.rb
magellan-cli-0.2.11 lib/magellan/cli/resources.rb
magellan-cli-0.2.10 lib/magellan/cli/resources.rb
magellan-cli-0.2.9 lib/magellan/cli/resources.rb
magellan-cli-0.2.8 lib/magellan/cli/resources.rb
magellan-cli-0.2.7 lib/magellan/cli/resources.rb
magellan-cli-0.2.6 lib/magellan/cli/resources.rb