gitops_run.task.ts

Declarations
#

2 declarations

view source

Args
#

gitops_run.task.ts view source

ZodObject<{ command: ZodString; config: ZodDefault<ZodString>; concurrency: ZodDefault<ZodNumber>; format: ZodDefault<ZodEnum<{ json: "json"; text: "text"; }>>; }, $strict>

task
#

gitops_run.task.ts view source

Task<{ command: string; config: string; concurrency: number; format: "json" | "text"; }, ZodType<Args, Args, $ZodTypeInternals<Args, Args>>, unknown>

Depends on
#