Sha256: 23b588c4eb44a6c0df125de3a3011c05274302cd6972eb38458239e170ab01f1

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 Bytes

Contents

require 'aws_one_click_staging/bucket_sync_service'
require "aws_one_click_staging/aws_warrior"
require "aws_one_click_staging/version"

SOURCE_ROOT = File.expand_path("#{File.dirname(__FILE__)}/..")

module AwsOneClickStaging

  def self.stage
    warrior = AwsWarrior.new
  end

  def self.check
    warrior = AwsWarrior.new # this makes a config file if needed
    puts "This command *would* test that you have the needed "
    puts "permissions on the buckets and rds instances you named "
    puts "in your config file... but alas, you're reading the "
    puts "outputs of a stubbed method..."
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws_one_click_staging-0.0.2 lib/aws_one_click_staging.rb