Hwaro::Config::Options::DeployOptions
Inherits Struct / Value / Object
Constructors
new(source_dir : String | Nil = nil, targets : Array(String) = [] of String, dry_run : Bool | Nil = nil, confirm : Bool | Nil = nil, force : Bool | Nil = nil, max_deletes : Int32 | Nil = nil, env : String | Nil = nil)
SourceInstance methods
confirm
Sourceconfirm=(confirm : Bool | Nil)
Sourcedry_run
Sourcedry_run=(dry_run : Bool | Nil)
Sourceenv
Sourceenv=(env : String | Nil)
Sourceforce
Sourceforce=(force : Bool | Nil)
Sourcemax_deletes
Sourcemax_deletes=(max_deletes : Int32 | Nil)
Sourcesource_dir
Sourcesource_dir=(source_dir : String | Nil)
Sourcetargets
Sourcetargets=(targets : Array(String))
Source