Sha256: 6903d8f49ecde2fd74f5423b162fa31d25eff161533cf7de57933c6dde5a8bf0
Contents?: true
Size: 452 Bytes
Versions: 50
Compression:
Stored size: 452 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
50 entries across 50 versions & 1 rubygems