@forge/cli-shared
9.0.0-next.89.0.0-next.9
out/ui/text.js~
out/ui/text.jsModified+4−4
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -1558,12 +1558,12 @@
exiting: 'Exiting...'
},
module: {
cmd: {
- description: 'Commands for managing modules in your app'
+ description: '[Preview] Commands for managing modules in your app. ⚠️ These commands may modify your app files (manifest.yml, source files, and package.json).'
},
add: {
- description: 'add a module to your Forge App',
+ description: '[Preview] add a module to your Forge App. ⚠️ This will modify your app files (manifest.yml, source files, and package.json).',
optionModuleType: 'module type to add (e.g. jira:issuePanel, jiraServiceManagement:portalFooter, confluence:macro, etc.)',
optionUiType: 'UI framework (ui-kit, custom-ui)',
optionProduct: 'target product (Jira, Jira Service Management, Confluence, etc.)',
optionDryRun: 'show what would be generated',
@@ -1625,9 +1625,9 @@
errorResourceEntryConflict: (resourceKey, entryName, existing, incoming) => `Resource '${resourceKey}' already declares entry '${entryName}' as '${existing}', but the new module wants '${incoming}'. Choose a different moduleKey or remove the existing entry.`,
errorResourcePathConflict: (resourceKey, existing, incoming) => `Resource '${resourceKey}' already declares path '${existing}', but the new module wants '${incoming}'. Resources sharing a key must share a path.`
},
list: {
- description: 'list available module templates',
+ description: '[Preview] list available module templates',
empty: 'No module templates found.',
promptSelectModule: 'select a module',
errorFailedToResolveModule: (moduleKey) => `Failed to resolve selected module: ${moduleKey}`,
optionPrefix: 'filter by module key prefix (e.g. jira:, jira:issuePanel, confluence:)',
@@ -1635,9 +1635,9 @@
optionUiType: 'filter by UI framework (ui-kit, custom-ui)',
noneUi: 'none'
},
show: {
- description: 'show details about a module template',
+ description: '[Preview] show details about a module template',
descriptionHeader: 'Description:',
optionModuleType: 'module key, (e.g. jira:issuePanel, confluence:macro, etc.)',
optionProduct: 'filter by product (Jira, Jira Service Management, Confluence, etc.)',
optionUiType: 'filter by UI framework (ui-kit, custom-ui)',