@sap-ux/cf-deploy-config-writer 0.3.7 → 0.3.8
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.
|
@@ -2,47 +2,47 @@
|
|
|
2
2
|
"debug": {
|
|
3
3
|
"logError": "{{method}} error found: {{ error }}",
|
|
4
4
|
"mtaLoaded": "MTA {{ type }} loaded. The size is: {{ size }}.",
|
|
5
|
-
"ui5YamlDoesNotExist": "The ui5.yaml file does not exist in the project.
|
|
5
|
+
"ui5YamlDoesNotExist": "The `ui5.yaml` file does not exist in the project. Create one. Returned error: {{- error }}",
|
|
6
6
|
"capMtaCreated": "CAP MTA configuration created.",
|
|
7
7
|
"capMtaUpdated": "CAP MTA configuration updated.",
|
|
8
8
|
"capGenerationCompleted": "CAP generation completed.",
|
|
9
|
-
"mtaCreated": "MTA configuration created: {{- mtaPath}}.",
|
|
10
|
-
"mtaSaved": "MTA configuration has been saved.",
|
|
9
|
+
"mtaCreated": "The MTA configuration has been created: {{- mtaPath}}.",
|
|
10
|
+
"mtaSaved": "The MTA configuration has been saved.",
|
|
11
11
|
"mtaSavedFailed": "Saving the MTA configuration failed with the error: {{- error }}.",
|
|
12
12
|
"addingRouter": "Adding {{routerType}} app router...",
|
|
13
13
|
"addMissingModules": "Adding missing modules to MTA configuration...",
|
|
14
14
|
"cleanupModules": "Cleanup modules.",
|
|
15
15
|
"creatingMta": "Creating MTA using {{- cdsParams }}...",
|
|
16
|
-
"html5AppAdded": "HTML5 application added to MTA configuration {{- appName}}",
|
|
16
|
+
"html5AppAdded": "HTML5 application added to MTA configuration: {{- appName}}",
|
|
17
17
|
"html5AlreadyExists": "HTML5 application {{- appName}} already exists in the MTA configuration.",
|
|
18
18
|
"addXsuaaService": "Adding XSUAA service to MTA configuration.",
|
|
19
|
-
"mtaReadWithPrefix": "Read mta.yaml with prefix {{- prefix }}.",
|
|
20
|
-
"errorReadingMta": "An error when reading the `mta.yaml` file: {{- error }}. Please check the file.",
|
|
21
|
-
"unableToReadPackageJson": "Unable to read package.json file {{- error }}.",
|
|
22
|
-
"processHTML5App": "Processing HTML5 app {{- appName }}."
|
|
19
|
+
"mtaReadWithPrefix": "Read `mta.yaml` with prefix {{- prefix }}.",
|
|
20
|
+
"errorReadingMta": "An error occurred when reading the `mta.yaml` file: {{- error }}. Please check the file.",
|
|
21
|
+
"unableToReadPackageJson": "Unable to read the `package.json` file: {{- error }}.",
|
|
22
|
+
"processHTML5App": "Processing HTML5 app: {{- appName }}."
|
|
23
23
|
},
|
|
24
24
|
"error": {
|
|
25
|
-
"unableToLoadMTA": "Unable to load mta.yaml configuration {{- mtaDir }}
|
|
26
|
-
"updatingMTAExtensionFailed": "Unable to add
|
|
25
|
+
"unableToLoadMTA": "Unable to load the `mta.yaml` configuration: {{- mtaDir }}. Returned error: {{- error }}.",
|
|
26
|
+
"updatingMTAExtensionFailed": "Unable to add the MTA extension configuration to the file: {{mtaExtFilePath}}.",
|
|
27
27
|
"cannotFindBinary": "Cannot find the \"{{bin}}\" executable. Please add it to the path or use \"npm i -g {{- pkg}}\" to install it.",
|
|
28
|
-
"mtaExtensionFailed": "Unable to create or update the
|
|
29
|
-
"serviceKeyFailed": "Failed to fetch service key.",
|
|
30
|
-
"missingMtaParameters": "Missing required parameters, MTA
|
|
31
|
-
"invalidMtaIdWithChars": "The MTA ID can only contain letters, numbers, dashes, periods, underscores.",
|
|
32
|
-
"invalidMtaId": "The MTA ID must start with a letter or underscore and be less than 128 characters
|
|
28
|
+
"mtaExtensionFailed": "Unable to create or update the MTA extension file for the API Hub Enterprise destination configuration: {{error}}.",
|
|
29
|
+
"serviceKeyFailed": "Failed to fetch the service key.",
|
|
30
|
+
"missingMtaParameters": "Missing required parameters, MTA Path, MTA ID, or the Router type is missing.",
|
|
31
|
+
"invalidMtaIdWithChars": "The MTA ID can only contain letters, numbers, dashes, periods, and underscores.",
|
|
32
|
+
"invalidMtaId": "The MTA ID must start with a letter or underscore and be less than 128 characters.",
|
|
33
33
|
"missingABAPServiceBindingDetails": "Missing ABAP service details for direct service binding.",
|
|
34
34
|
"mtaFolderAlreadyExists": "A folder with same name already exists in the target directory.",
|
|
35
|
-
"mtaAlreadyExists": "An mta.yaml already exists in the target directory.",
|
|
36
|
-
"cannotUpdateRouterXSApp": "Unable to update router xs-app.json welcome location.",
|
|
37
|
-
"targetFolderDoesNotExist": "
|
|
38
|
-
"doesNotContainACapApp": "
|
|
35
|
+
"mtaAlreadyExists": "An `mta.yaml` file already exists in the target directory.",
|
|
36
|
+
"cannotUpdateRouterXSApp": "Unable to update the router `xs-app.json` welcome location.",
|
|
37
|
+
"targetFolderDoesNotExist": "The target folder does not exist: {{targetFolder}}. Check the folder has the correct permissions.",
|
|
38
|
+
"doesNotContainACapApp": "The target folder does not contain a Node.js CAP project. Please ensure the folder contains a Node.js CAP project.",
|
|
39
39
|
"errorInstallingNodeModules": "An error occurred when installing node modules. Please check the logs.",
|
|
40
|
-
"errorGeneratingMtaYaml": "An error occurred when creating the mta.yaml file. Please
|
|
40
|
+
"errorGeneratingMtaYaml": "An error occurred when creating the mta.yaml file. Please check the logs."
|
|
41
41
|
},
|
|
42
42
|
"info": {
|
|
43
|
-
"existingMTAExtensionNotFound": "Cannot find a valid existing
|
|
44
|
-
"existingDestinationNotFound": "A destination service resource cannot be found in the mta.yaml. An
|
|
45
|
-
"mtaExtensionCreated": "Created file: {{mtaExtFile}} to extend
|
|
46
|
-
"mtaExtensionUpdated": "Updated file: {{mtaExtFile}} with module destination configuration."
|
|
43
|
+
"existingMTAExtensionNotFound": "Cannot find a valid existing MTA extension file. A new one will be created. Error: {{- error}}.",
|
|
44
|
+
"existingDestinationNotFound": "A destination service resource cannot be found in the `mta.yaml` file. An MTA extension destination instance cannot be added.",
|
|
45
|
+
"mtaExtensionCreated": "Created file: {{mtaExtFile}} to extend the MTA module: {{appMtaId}} with the destination configuration.",
|
|
46
|
+
"mtaExtensionUpdated": "Updated file: {{mtaExtFile}} with the module destination configuration."
|
|
47
47
|
}
|
|
48
48
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/cf-deploy-config-writer",
|
|
3
3
|
"description": "Add or amend Cloud Foundry and ABAP deployment configuration for SAP projects",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|