@forge/cli
13.2.0-next.6-experimental-a1600ff13.2.0-next.4-experimental-fda9df6
out/command-line/controller/deploy-controller.d.ts~
out/command-line/controller/deploy-controller.d.tsModified+2−1
Index: package/out/command-line/controller/deploy-controller.d.ts
===================================================================
--- package/out/command-line/controller/deploy-controller.d.ts
+++ package/out/command-line/controller/deploy-controller.d.ts
@@ -15,8 +15,9 @@
nonInteractive?: boolean;
majorVersion?: number;
buildTag?: string;
skipRollout?: boolean;
+ approveRules?: string[];
}
export declare class DeployLintFailureError extends HiddenError {
private readonly scopes;
constructor(scopes: string[]);
@@ -51,8 +52,8 @@
private verifyPreDeployment;
private verifyPostDeployment;
private confirmAndCreateEnvironment;
private getAppEnvironmentDetails;
- run({ environment, verify, nonInteractive, majorVersion, buildTag, skipRollout }: DeployOptions): Promise<DeploymentResult | void>;
+ run({ environment, verify, nonInteractive, majorVersion, buildTag, skipRollout, approveRules }: DeployOptions): Promise<DeploymentResult | void>;
}
export {};
//# sourceMappingURL=deploy-controller.d.ts.map
\ No newline at end of file