@forge/cli-shared
8.20.0-next.18.20.0-next.2
out/ui/text.js~
out/ui/text.jsModified+1
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -887,8 +887,9 @@
notFound: "Couldn't find app deployment"
},
outdatedInstallations: `We've detected new scopes or egress URLs in your app.\n` +
`Run ${forge('install', '--upgrade')} and restart your tunnel to put them into effect.`,
+ postDeploymentChecksFailed: chalk_1.default.yellow(`We could not run some final checks, however your deployment still succeeded. Contact support if this issue persists.`),
postDeploymentRoaEligibilityFailure: (appVersion, envKey, envType) => `${log_symbols_1.default.info} The version of your app [${appVersion}] that was just deployed to [${exports.Text.env.displayEnvironment(envKey, envType)}] is not eligible for the Runs on Atlassian program. Run ${forge('eligibility')} to know more.\n\nTo know more about Runs on Atlassian, go to ${go('runs-on-atlassian')}.`,
postDeploymentRoaEligibilitySuccess: (appVersion, envKey, envType) => `${log_symbols_1.default.info} The version of your app [${appVersion}] that was just deployed to [${exports.Text.env.displayEnvironment(envKey, envType)}] is eligible for the Runs on Atlassian program.\n\nTo know more about Runs on Atlassian, go to ${go('runs-on-atlassian')}.`,
listIndexes: (environment) => `Run ${forge('storage', 'entities', 'indexes', 'list', '-e', (0, environment_1.environmentToOption)(environment))} to check the status of the indexes.`,
reindexingInProgress: {