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