We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56c775 commit 9d35247Copy full SHA for 9d35247
packages/cli-v3/src/commands/deploy.ts
@@ -65,7 +65,7 @@ import { escapeImportPath, spinner } from "../utilities/windows";
65
import { updateTriggerPackages } from "./update";
66
import { callResolveEnvVars } from "../utilities/resolveEnvVars";
67
68
-export const DeployCommandOptions = CommonCommandOptions.extend({
+const DeployCommandOptions = CommonCommandOptions.extend({
69
skipTypecheck: z.boolean().default(false),
70
skipDeploy: z.boolean().default(false),
71
env: z.enum(["prod", "staging"]),
0 commit comments