struct Swm::Deploy::Arguments
- Swm::Deploy::Arguments
- Struct
- Value
- Object
Included Modules
- Enumerable(String)
- Iterable(String)
Defined in:
commands/stack/deploy.cr:7commands/stack/deploy.cr:13
Constant Summary
-
SPECS =
{"stack" => {type: "String", description: {"stack (required)", "name of stack to deploy"}, default: "nil", is_required: true}} of String => NamedTuple(type: String, description: Tuple(String, String | ::Nil), default: String, is_required: Bool)
Constructors
Instance Method Summary
- #[](*args, **options)
- #[](*args, **options, &)
- #each(*args, **options)
- #each(*args, **options, &)
- #exists?(name : Symbol)
- #get(name : Symbol)
- #get?(name : Symbol)
- #inspect(io)
- #stack : String
- #validate!(command : Admiral::Command)
- #value_from_spec(command : Admiral::Command, *, arg : String, type, default, is_required : Bool)
Constructor Detail
Instance Method Detail
def value_from_spec(command : Admiral::Command, *, arg : String, type, default, is_required : Bool)
#