@forge/cli-shared 8.15.2-next.2 → 8.15.2-next.3-experimental-e2ec7ba
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/CHANGELOG.md +17 -0
- package/out/graphql/graphql-types.d.ts +1269 -418
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +83 -43
- package/out/ui/text.d.ts +1 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -1
- package/package.json +2 -2
package/out/ui/text.js
CHANGED
|
@@ -1333,7 +1333,8 @@ ${buildTerminalLink(link)}\n`,
|
|
|
1333
1333
|
specifiedContainerNotFound: (service, container, environment) => `No container '${container}' found for the service '${service}' in the '${environment}' environment.`,
|
|
1334
1334
|
noContainersFoundForService: (service, environment) => `No containers found for the service '${service}' in the '${environment}' environment.`,
|
|
1335
1335
|
specificContainer: (containerKey) => `Container: ${chalk_1.default.bold(containerKey)}`,
|
|
1336
|
-
noInstancesFoundForContainer: (containerKey, service, environment) => `No instances found for the container '${containerKey}' for the service '${service}' in the '${environment}' environment
|
|
1336
|
+
noInstancesFoundForContainer: (containerKey, service, environment) => `No instances found for the container '${containerKey}' for the service '${service}' in the '${environment}' environment.`,
|
|
1337
|
+
specifyImageRepository: (imageRepo) => `Image repository: ${chalk_1.default.bold(imageRepo)}`
|
|
1337
1338
|
}
|
|
1338
1339
|
},
|
|
1339
1340
|
stub: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "8.15.2-next.
|
|
3
|
+
"version": "8.15.2-next.3-experimental-e2ec7ba",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "12.1.1-next.1",
|
|
15
|
+
"@forge/manifest": "12.1.1-next.1-experimental-e2ec7ba",
|
|
16
16
|
"@forge/util": "2.0.1",
|
|
17
17
|
"@forge/i18n": "0.0.7",
|
|
18
18
|
"@sentry/node": "7.106.0",
|