Sha256: 22d736bd5b6bf19e95290bf8c874c8d80c436c1d6bb984c59203ad6f7fe96351

Contents?: true

Size: 453 Bytes

Versions: 6

Compression:

Stored size: 453 Bytes

Contents

require "sfn"

module Sfn
  class Config
    # Promote command configuration
    class Promote < Config
      attribute(
        :accounts, String,
        :description => "JSON accounts file path",
      )
      attribute(
        :bucket, String,
        :description => "Bucket name containing the exports",
      )
      attribute(
        :bucket_prefix, String,
        :description => "Key prefix within remote bucket",
      )
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sfn-3.1.8 lib/sfn/config/promote.rb
sfn-3.1.6 lib/sfn/config/promote.rb
sfn-3.1.4 lib/sfn/config/promote.rb
sfn-3.1.2 lib/sfn/config/promote.rb
sfn-3.1.0 lib/sfn/config/promote.rb
sfn-3.0.32 lib/sfn/config/promote.rb