@forge/cli-shared
8.15.2-next.28.15.2-next.3
out/ui/text.js~
out/ui/text.jsModified+2−1
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -1332,9 +1332,10 @@
specifiedServiceNotFound: (service, environment) => `No service '${service}' found in the '${environment}' environment.`,
specifiedContainerNotFound: (service, container, environment) => `No container '${container}' found for the service '${service}' in the '${environment}' environment.`,
noContainersFoundForService: (service, environment) => `No containers found for the service '${service}' in the '${environment}' environment.`,
specificContainer: (containerKey) => `Container: ${chalk_1.default.bold(containerKey)}`,
- noInstancesFoundForContainer: (containerKey, service, environment) => `No instances found for the container '${containerKey}' for the service '${service}' in the '${environment}' environment.`
+ noInstancesFoundForContainer: (containerKey, service, environment) => `No instances found for the container '${containerKey}' for the service '${service}' in the '${environment}' environment.`,
+ specifyImageRepository: (imageRepo) => `Image repository: ${chalk_1.default.bold(imageRepo)}`
}
},
stub: {
error: (newName, oldName) => `The ${forge(oldName)} command has been deprecated and replaced by ${forge(newName)}.`