convex
Version:
Client for the Convex Cloud
13 lines • 476 B
TypeScript
import { Command } from "@commander-js/extra-typings";
export declare const run: Command<[string, string | undefined], {
watch?: true | undefined;
push?: boolean | undefined;
url?: string | undefined;
adminKey?: string | undefined;
prod?: boolean | undefined;
previewName?: string | undefined;
deploymentName?: string | undefined;
typecheck: "enable" | "try" | "disable";
codegen: "enable" | "disable";
}>;
//# sourceMappingURL=run.d.ts.map