Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
werk
0.8.4
Craph
CycleError
DAG
Error
Graph
Docr
Client
Containers
Error
Images
Types
ContainerConfig
ContainerSummary
CreateContainerResponse
HostConfig
WaitResponse
Utils
Gitleaks
Error
Result
Scanner
Template
Interpolation
Vault
Error
ObfuscatedPassword
Werk
Application
Commands
Mcp
Plan
Run
Vault
Decrypt
Encrypt
Rekey
Config
DockerJob
Job
LocalJob
Context
Error
Executors
Base
Docker
ExecutionResult
Local
Mcp
Context
GetConfigTool
GetJobTool
GetPlanTool
ListJobsTool
RunJobTool
ParallelScheduler
Pipeline
PipelineResult
Scheduler
Utils
Colors
PrefixIO
Redactor
Generated using Crystal 1.16.3
2026-03-03 09:06:44 UTC
class
Werk::
Config::
LocalJob
Werk::Config::LocalJob
Werk::Config::Job
Reference
Object
Defined in:
werk/config/jobs/local.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance methods inherited from class
Werk::Config::Job
can_fail? : Bool
can_fail?
,
commands : Array(String)
commands
,
description : String
description
,
dotenv : Set(String)
dotenv
,
executor : String
executor
,
interpreter : String
interpreter
,
needs : Array(String)
needs
,
silent? : Bool
silent?
,
variables : Hash(String, String)
variables
Constructor methods inherited from class
Werk::Config::Job
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]