@forge/cli-shared 6.5.2 → 6.5.3-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/out/ui/text.js CHANGED
@@ -707,6 +707,7 @@ Debugging in Google Chrome:
707
707
  resourcesBundlingSucceeded: `${greenTick} Resources bundled.`,
708
708
  functionsBundlingSucceeded: `${greenTick} Functions bundled.`,
709
709
  cloudflaredLog: (data) => `[cloudflared]: ${data}`,
710
+ tunnelWithLocalCloudflared: 'Establishing forge tunnel with the local cloudflared binary',
710
711
  error: {
711
712
  create: (message) => `Couldn't create tunnel, message: ${message}`,
712
713
  delete: (message) => `Couldn't delete tunnel, message: ${message}`,
@@ -725,7 +726,10 @@ Debugging in Google Chrome:
725
726
  cloudflaredError: 'Failed to start cloudflared. Rerunning the command with --verbose may give more details.',
726
727
  cloudflaredExit: (code) => code
727
728
  ? `Cloudflared exited. Rerunning the command with --verbose may give more details.`
728
- : `Cloudflared exited with code: ${code}. Rerunning the command with --verbose may give more details.`
729
+ : `Cloudflared exited with code: ${code}. Rerunning the command with --verbose may give more details.`,
730
+ cloudflaredUnavailableError: `Please check for any network restrictions that may be blocking the ${chalk_1.default.bold('cloudflared')} package installation, and then reinstall the Forge CLI.\n` +
731
+ `See ${buildTerminalLink('https://developer.atlassian.com/platform/forge/enterprise/use-forge-cli-on-corporate-network/#use-the-forge-cli-on-a-corporate-network')}. \n` +
732
+ 'Alternatively, you can install cloudflared on your machine.'
729
733
  }
730
734
  },
731
735
  installationId: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "6.5.2",
3
+ "version": "6.5.3-next.1",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,7 +12,7 @@
12
12
  "generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/manifest": "8.4.1",
15
+ "@forge/manifest": "8.5.0-next.1",
16
16
  "@forge/util": "1.4.6",
17
17
  "@forge/i18n": "0.0.2",
18
18
  "@sentry/node": "7.106.0",