Sha256: 76f84f8499ca80dab9b6a66d7184707145e91c7e5a945b5ea4021853414ed914
Contents?: true
Size: 547 Bytes
Versions: 22
Compression:
Stored size: 547 Bytes
Contents
require 'sfn' module Sfn class Config # List command configuration class List < Sfn::Config attribute( :attribute, String, :multiple => true, :description => 'Attribute of stack to print' ) attribute( :all_attributes, [TrueClass, FalseClass], :description => 'Print all available attributes' ) attribute( :status, String, :multiple => true, :description => 'Match stacks with given status. Use "none" to disable.' ) end end end
Version data entries
22 entries across 22 versions & 1 rubygems