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