feat: add JD01 YAML-first deployment support
This commit is contained in:
@@ -43,6 +43,7 @@ export function parseNodeScopedDelegatedOptions(domain: DelegatedNodeDomain, arg
|
||||
dryRun: boolean;
|
||||
wait: boolean;
|
||||
rerun: boolean;
|
||||
discardStaleGitops: boolean;
|
||||
allowLiveDbRead: boolean;
|
||||
timeoutSeconds: number;
|
||||
originalArgs: string[];
|
||||
@@ -69,6 +70,7 @@ export function parseNodeScopedDelegatedOptions(domain: DelegatedNodeDomain, arg
|
||||
dryRun,
|
||||
wait: args.includes("--wait"),
|
||||
rerun: args.includes("--rerun"),
|
||||
discardStaleGitops: args.includes("--discard-stale-gitops"),
|
||||
allowLiveDbRead: args.includes("--allow-live-db-read"),
|
||||
timeoutSeconds: positiveIntegerOption(args, "--timeout-seconds", NODE_RUNTIME_CICD_WAIT_WARNING_SECONDS, 3600),
|
||||
originalArgs: [...args],
|
||||
|
||||
Reference in New Issue
Block a user