convex
Version:
Client for the Convex Cloud
19 lines • 683 B
TypeScript
import { Command } from "@commander-js/extra-typings";
export declare const deploy: Command<[], {
verbose?: true | undefined;
dryRun?: true | undefined;
yes?: true | undefined;
typecheck: "enable" | "try" | "disable";
codegen: "enable" | "disable";
cmd?: string | undefined;
cmdUrlEnvVarName?: string | undefined;
previewRun?: string | undefined;
previewCreate?: string | undefined;
checkBuildEnvironment: "enable" | "disable";
debugBundlePath?: string | undefined;
debug?: true | undefined;
adminKey?: string | undefined;
url?: string | undefined;
previewName?: string | undefined;
}>;
//# sourceMappingURL=deploy.d.ts.map