Sha256: 2f33e86063dd96b81ff4aac76c4e33464d7a0b068fc5d9feaea1c50ccb51b158
Contents?: true
Size: 595 Bytes
Versions: 3
Compression:
Stored size: 595 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' ) attribute( :yaml, [TrueClass, FalseClass], :description => 'Output template content in YAML format' ) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sfn-3.0.28 | lib/sfn/config/print.rb |
sfn-3.0.26 | lib/sfn/config/print.rb |
sfn-3.0.24 | lib/sfn/config/print.rb |