npm package diff
Package: @forge/cli
Versions: 11.4.0-next.1-experimental-5364136 - 11.4.0-next.14
File: package/out/command-line/controller/deploy-controller.d.ts
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
@@ -12,8 +12,9 @@
environment: string;
verify: boolean;
nonInteractive?: boolean;
majorVersion?: number;
+ buildTag?: string;
}
export declare class DeployLintFailureError extends HiddenError {
private readonly scopes;
constructor(scopes: string[]);
@@ -48,8 +49,8 @@
private verifyPreDeployment;
private verifyPostDeployment;
private confirmAndCreateEnvironment;
private getAppEnvironmentDetails;
- run({ environment, verify, nonInteractive, majorVersion }: DeployOptions): Promise<DeploymentResult | void>;
+ run({ environment, verify, nonInteractive, majorVersion, buildTag }: DeployOptions): Promise<DeploymentResult | void>;
}
export {};
//# sourceMappingURL=deploy-controller.d.ts.map
\ No newline at end of file