@forge/cli-shared
8.9.1-next.10-experimental-4bd2ca08.10.0-next.11
out/ui/text.js~
out/ui/text.jsModified+8−3
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -114,9 +114,10 @@
deprecation: {
uikit: (modules) => {
return `${chalk_1.default.bold('Warning')}: Your app is currently using deprecated UI Kit 1 modules: ${modules.join(', ')}. ${chalk_1.default.bold('UI Kit 1')} has been deprecated on February 28, 2025. Please refer to the ${(0, terminal_link_1.default)('documentation', 'https://developer.atlassian.com/platform/forge/ui-kit/upgrade-to-ui-kit-latest/#upgrade-from-ui-kit-1-to-ui-kit-latest-version')} to upgrade your modules.`;
}
- }
+ },
+ oldCreateCommandDeprecation: `${chalk_1.default.bold('Warning')}: This command is deprecated and will be removed in newer versions of the CLI after May 2026. Use '${forge('webtrigger create')}' instead.`
},
maxSizeOfUsersWithAccess: 10,
installationContext: {
overviewProduct: 'Select an Atlassian app or platform tool.\n',
@@ -320,9 +321,9 @@
terms: {
agreement: 'Please review the following agreement before continuing:\n',
checkbox: '[ ] By continuing, I agree to the Atlassian Developer Terms and the Privacy Policy. If any Forge app added to this Developer Space exceeds the free usage allowance, I agree to be billed for any excess usage based on the then-current price.',
links: {
- devTerms: ' - Developer Terms: https://developer.atlassian.com/platform/terms/',
+ devTerms: ' - Developer Terms: https://developer.atlassian.com/platform/marketplace/atlassian-developer-terms/',
privacy: ' - Privacy Policy: https://www.atlassian.com/legal/privacy-policy',
pricing: ' - Pricing: https://developer.atlassian.com/platform/forge/forge-platform-pricing/'
},
pricing: (appName) => `\nIf ${chalk_1.default.cyan(appName)} exceeds the free usage allowance, I agree to be charged monthly for any excess usage based the then-current price above threshold.\n${exports.Text.devSpace.terms.links.pricing}`,
@@ -1119,15 +1120,19 @@
failed: (product, domain, environment) => `Failed to uninstall the app from the ${(0, environment_1.environmentToOption)(environment)} environment in ${product} on ${buildTerminalLink(domain)}. Try rerunning the command, or ask for help if you continue to see this error.`,
missingUninstallTask: `Cannot uninstall the app: something went wrong with starting the uninstall task.`
},
webtrigger: {
- cmd: 'get a web trigger URL',
+ cmd: 'manage webtriggers',
copy: (url) => `\nCopy your web trigger URL below to start using it:\n\n${buildTerminalLink(url)}`,
optionFuncKey: 'web trigger key from the manifest.yml file',
overviewFuncKey: `\nGetting the web trigger URL for the provided context.\n\nPress Ctrl+C to cancel.\n`,
promptFuncKey: 'Select a web trigger:',
overViewInstallationTable: `\nGetting the web trigger URL by an app installation.\n\nPress Ctrl+C to cancel.\n`,
promptInstallationTable: 'Select an installation:',
+ create: {
+ cmd: 'get a web trigger URL',
+ optionFunctionKey: 'web trigger key from the manifest.yml file'
+ },
error: {
funcKey: "The given web trigger key doesn't exist in the manifest.yml file.",
noWebtriggers: "The manifest.yml file doesn't contain any web triggers. Add a web trigger before rerunning this command.",
creationError: (message) => `Web trigger URL creation error: ${message}`