@forge/cli
12.18.1-next.0-experimental-5b726e612.19.0-next.5
out/command-line/view/deploy-view.d.ts~
out/command-line/view/deploy-view.d.tsModified+1
Index: package/out/command-line/view/deploy-view.d.ts
===================================================================
--- package/out/command-line/view/deploy-view.d.ts
+++ package/out/command-line/view/deploy-view.d.ts
@@ -8,8 +8,9 @@
displayStart(environment: string, environmentType: AppEnvironmentType, buildTag?: string): void;
displayHasNoAppInstallationsForEnvError(): void;
displayLintRunning(): void;
displayOutdatedInstallationsMessage(): void;
+ displayPostDeploymentChecksErrorMessage(): void;
displayRoaEligibilityFailureMessage(appVersion: string, envKey: string, envType: AppEnvironmentType): void;
displayRoaEligibilitySuccessMessage(appVersion: string, envKey: string, envType: AppEnvironmentType): void;
displayIndexingCommand(environment: string): void;
displayLintErrors(lintResults: LintResult[]): void;