UNPKG

convex

Version:

Client for the Convex Cloud

23 lines 854 B
import { Command } from "@commander-js/extra-typings"; export declare const deploy: Command<[], { verbose?: boolean | undefined; dryRun?: boolean | undefined; yes?: boolean | undefined; typecheck: "try" | "enable" | "disable"; typecheckComponents: boolean; codegen: "enable" | "disable"; cmd?: string | undefined; cmdUrlEnvVarName?: string | undefined; debugBundlePath?: string | undefined; debug?: boolean | undefined; writePushRequest?: string | undefined; liveComponentSources?: boolean | undefined; previewRun?: string | undefined; previewCreate?: string | undefined; checkBuildEnvironment: "enable" | "disable"; adminKey?: string | undefined; url?: string | undefined; previewName?: string | undefined; envFile?: string | undefined; }>; //# sourceMappingURL=deploy.d.ts.map