Ignore project config in migration CLI calls
Some checks failed
CI / verify (push) Has been cancelled
Some checks failed
CI / verify (push) Has been cancelled
This commit is contained in:
@@ -97,6 +97,9 @@ export function buildSpacetimeCallArgs(options, procedureName, input) {
|
|||||||
args.push('-s', options.serverUrl);
|
args.push('-s', options.serverUrl);
|
||||||
}
|
}
|
||||||
args.push(...options.passthrough);
|
args.push(...options.passthrough);
|
||||||
|
if (!options.passthrough.includes('--no-config')) {
|
||||||
|
args.push('--no-config');
|
||||||
|
}
|
||||||
args.push(options.database, procedureName, JSON.stringify(input), '-y');
|
args.push(options.database, procedureName, JSON.stringify(input), '-y');
|
||||||
return args;
|
return args;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user