mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 08:05:22 +08:00
fix(ql3): align Local API artifact CLI contract
This commit is contained in:
@@ -348,7 +348,8 @@ function auditLocalApiExecutable(artifactDirectory) {
|
||||
artifactDirectory,
|
||||
);
|
||||
if (
|
||||
output !== 'Usage: ql3-local-api --config /absolute/private-config.json'
|
||||
output !==
|
||||
'Usage: ql3-local-api [--cutover-probe] --config /absolute/private-config.json'
|
||||
) {
|
||||
fail('local API executable help output is invalid');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user