@forge/cli-shared
8.15.3-next.28.15.3-next.3
out/ui/text.js~
out/ui/text.jsModified+1−1
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -158,9 +158,9 @@
error: 'Server error',
outdatedClientVersion: `Your version of Forge CLI is no longer supported.` +
`\nRun ${command('npm', 'uninstall', '-g', cli_details_1.FORGE_CLI_PACKAGE)} followed by ${command('npm', 'install', '-g', cli_details_1.FORGE_CLI_PACKAGE)} to update to the latest version.` +
`\n`,
- insufficientScopes: `You need a token with the right authorisation scopes to access this field. Create a new token with the required scopes to continue.`
+ insufficientScopes: (instructionsUrl) => `You need a token with the right authorisation scopes to access this field. To create a new token with the required scopes, visit: ${buildTerminalLink(instructionsUrl)}`
},
hostedResources: {
error: (errorMessage) => `Failed to deploy hosted resources. ${errorMessage}`,
missingEntrypoint: `Missing index.html for custom UI resource. Make sure the file paths for resources in the manifest.yml file are correct and contain an index.html file.`,