@forge/cli-shared
8.15.1-next.88.15.1-next.9
out/ui/text.js~
out/ui/text.jsModified+4−1
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -1047,8 +1047,10 @@
startedTunnel: (tunnelUrl) => `Started tunnel at address: ${tunnelUrl}.`,
stoppingTunnel: 'Stopping tunnel...',
stoppedTunnel: 'Tunnel stopped.',
tunnelStatusChange: (status) => `Tunnel connection status changed: ${status}.`,
+ authenticatingDocker: `Authenticating and starting docker containers...`,
+ startingContainerService: (serviceKey) => `Starting containers for service: ${serviceKey}`,
functionHandlersMustBeDefined: `${chalk_1.default.bold('--debugFunctionHandlers')} flag must be defined in debug mode.`,
debugArgumentNameMismatch: (arg) => `Arguments of ${chalk_1.default.bold('--debugFunctionHandlers')}, namely '${arg}', must be function handlers defined in the manifest.`,
invalidDebugStartingPortNumber: (port) => `${chalk_1.default.bold('--debugStartingPort')} ${port} must be a valid port number.`,
unableToAuthenticateDocker: (errCode) => `Docker authentication process exited with code: ${errCode}.`,
@@ -1103,9 +1105,10 @@
invalidSelfManagedTunnelUrlProtocol: (protocol) => `The tunnel URL must use the HTTPS protocol. Received: ${protocol}.`,
invalidSelfManagedTunnelPort: (port) => `Invalid tunnel port: ${port}. Port must be between 1 and 65535.`,
invalidInvokeRequestForAppId: (requestAppId) => `The provided self-managed tunnel is being used for a different app (App ID: ${requestAppId}). Please stop any other tunnels using the same tunnel URL and restart the tunnel.`,
invalidInvokeRequestForAppEnv: (requestEnvId) => `The provided self-managed tunnel is being used for a different app environment (environment ID: ${requestEnvId}). Please stop any other tunnels using the same tunnel URL and restart the tunnel.`,
- errorValidatingInvokeRequest: (message) => `Error validating tunnel invocation request: ${message}.`
+ errorValidatingInvokeRequest: (message) => `Error validating tunnel invocation request: ${message}.`,
+ unableToStartContainerServices: `Failed to start containers. Removing any containers which have already been started...`
}
},
installationId: {
prompt: "Enter the app's installation ID:",