@sap/ux-ui5-tooling 1.11.5 → 1.12.0
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 +5 -0
- package/dist/cli/index.js +2591 -3211
- package/dist/markdowns/undeploy/undeploy.en.md +1 -0
- package/dist/middlewares/fiori-tools-appreload.js +1 -0
- package/dist/middlewares/fiori-tools-preview.js +1803 -184
- package/dist/middlewares/fiori-tools-proxy.js +1857 -238
- package/dist/middlewares/fiori-tools-servestatic.js +1 -0
- package/dist/tasks/cf-deploy/index.js +1817 -199
- package/dist/tasks/deploy/index.js +2485 -3119
- package/package.json +15 -15
|
@@ -23,6 +23,7 @@ OPTIONS:
|
|
|
23
23
|
| --yes | -y | Yes to all questions |
|
|
24
24
|
| --verbose | -vb | Enable verbose logging (default: false) |
|
|
25
25
|
| --strict-ssl | -ss | Perform certificate validation (Y/n) (default: true)|
|
|
26
|
+
| --lrep | -lr | Enhanced LREP services to support undeployment of adaptation projects |
|
|
26
27
|
| --username | -ur | Name of environment variable containing a username to authenticate (default: username from ui5-deploy.yaml) |
|
|
27
28
|
| --password | -pw | Name of environment variable containing a password to authenticate (default: password from ui5-deploy.yaml) |
|
|
28
29
|
| --uaa-url | -uu | UAA server url for steampunk systems which can be found in service key. |
|
|
@@ -32369,6 +32369,7 @@ var i18n_default = {
|
|
|
32369
32369
|
ABAP_PACKAGE: "ABAP package",
|
|
32370
32370
|
ADDING_ARTIFACT_TO_PROJECT: "Adding {{artifact}} to the project.",
|
|
32371
32371
|
APPLICATION_NAME: "Application Name",
|
|
32372
|
+
REPOSITORY_NAME: "Repository Entry",
|
|
32372
32373
|
ARTIFACT_ADDED: "{{artifact}} added to the project.",
|
|
32373
32374
|
ARTIFACT_NOT_ADDED: "{{artifact}} not added to the project.",
|
|
32374
32375
|
CLIENT: "Client",
|