Sha256: bb3e37154c7d5fb7d6dfa961489afb1ae9ae5d3a943cb610164eded5629c7c3f
Contents?: true
Size: 464 Bytes
Versions: 12
Compression:
Stored size: 464 Bytes
Contents
require 'sfn' module Sfn class Config # Print command configurationUpdate command configuration class Print < Validate attribute( :write_to_file, String, :description => 'Write compiled SparkleFormation template to path provided', :short_flag => 'w' ) attribute( :sparkle_dump, [TrueClass, FalseClass], :description => 'Do not use provider customized dump behavior' ) end end end
Version data entries
12 entries across 12 versions & 1 rubygems