mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 21:23:23 +00:00
feat: add fast qa lab ui refresh mode
This commit is contained in:
@@ -10,6 +10,7 @@ const { values } = parseArgs({
|
||||
"provider-base-url": { type: "string" },
|
||||
image: { type: "string" },
|
||||
"use-prebuilt-image": { type: "boolean" },
|
||||
"bind-ui-dist": { type: "boolean" },
|
||||
"skip-ui-build": { type: "boolean" },
|
||||
},
|
||||
allowPositionals: false,
|
||||
@@ -25,6 +26,7 @@ Options:
|
||||
--provider-base-url <url>
|
||||
--image <name>
|
||||
--use-prebuilt-image
|
||||
--bind-ui-dist
|
||||
--skip-ui-build
|
||||
-h, --help
|
||||
`);
|
||||
@@ -49,5 +51,6 @@ await runQaDockerUpCommand({
|
||||
providerBaseUrl: values["provider-base-url"],
|
||||
image: values.image,
|
||||
usePrebuiltImage: values["use-prebuilt-image"],
|
||||
bindUiDist: values["bind-ui-dist"],
|
||||
skipUiBuild: values["skip-ui-build"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user