We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f391df1 commit f4f8992Copy full SHA for f4f8992
packages/cli/src/reunite/commands/push-status.ts
@@ -30,7 +30,6 @@ export type PushStatusArgv = {
30
'start-time'?: number; // in milliseconds
31
'continue-on-deploy-failures'?: boolean;
32
onRetry?: (lasSummary: PushStatusSummary) => void;
33
- version?: string;
34
} & VerifyConfigOptions;
35
36
export interface PushStatusSummary {
0 commit comments