Sha256: a34796bd01ecf7047b535d5a1ba68076221f9fc816d1341fa0f72ae145710dbd
Contents?: true
Size: 458 Bytes
Versions: 5
Compression:
Stored size: 458 Bytes
Contents
require 'sfn' module Sfn class Config # Promote command configuration class Promote < Bogo::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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sfn-0.3.8 | lib/sfn/config/promote.rb |
sfn-0.3.6 | lib/sfn/config/promote.rb |
sfn-0.3.4 | lib/sfn/config/promote.rb |
sfn-0.3.2 | lib/sfn/config/promote.rb |
sfn-0.3.0 | lib/sfn/config/promote.rb |