@forge/cli
13.3.013.4.0-next.1-experimental-0b00ed8
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
@@ -16,8 +16,9 @@
majorVersion?: number;
buildTag?: string;
skipRollout?: boolean;
approveRules?: string[];
+ inspect?: boolean;
}
export declare class DeployLintFailureError extends HiddenError {
private readonly scopes;
constructor(scopes: string[]);
@@ -52,8 +53,8 @@
private verifyPreDeployment;
private verifyPostDeployment;
private confirmAndCreateEnvironment;
private getAppEnvironmentDetails;
- run({ environment, verify, nonInteractive, majorVersion, buildTag, skipRollout, approveRules }: DeployOptions): Promise<DeploymentResult | void>;
+ run({ environment, verify, nonInteractive, majorVersion, buildTag, skipRollout, approveRules, inspect }: DeployOptions): Promise<DeploymentResult | void>;
}
export {};
//# sourceMappingURL=deploy-controller.d.ts.map
\ No newline at end of file