@sap/ux-ui5-tooling 1.16.0 → 1.16.2
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/README.md +2 -2
- package/dist/cli/index.js +22129 -23884
- package/dist/markdowns/add/add.en.md +0 -1
- package/dist/markdowns/deploy/deploy.en.md +28 -28
- package/dist/middlewares/fiori-tools-appreload.js +460 -525
- package/dist/middlewares/fiori-tools-preview.js +3538 -13452
- package/dist/middlewares/fiori-tools-proxy.js +14356 -20482
- package/dist/tasks/cf-deploy/index.js +3902 -13817
- package/dist/tasks/deploy/index.js +23608 -25363
- package/package.json +17 -18
|
@@ -37,4 +37,3 @@ SUBCOMMANDS:
|
|
|
37
37
|
| --config | | Path to the YAML file from which to copy the backend configuration |
|
|
38
38
|
| --flp | | Path to the FLP in the backend, e.g. sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html |
|
|
39
39
|
|
|
40
|
-
variants-config - Adds the necessary configuration for enabling Variant Management for your Fiori application
|
|
@@ -36,32 +36,32 @@ Another option is to update the `ui5-deploy.yaml` configuration with the verbose
|
|
|
36
36
|
|
|
37
37
|
OPTIONS:
|
|
38
38
|
|
|
39
|
-
|
|
|
40
|
-
|
|
41
|
-
| --config
|
|
42
|
-
| --noConfig
|
|
43
|
-
| --destination
|
|
44
|
-
| --scp
|
|
45
|
-
| --
|
|
46
|
-
| --yes
|
|
47
|
-
| --index
|
|
48
|
-
| --url
|
|
49
|
-
| --service
|
|
50
|
-
| --client
|
|
51
|
-
| --transport
|
|
52
|
-
| --name
|
|
53
|
-
| --package
|
|
54
|
-
| --service
|
|
55
|
-
| --description
|
|
56
|
-
| --archive-url
|
|
57
|
-
| --strict-ssl
|
|
58
|
-
| --archive-path
|
|
59
|
-
| --testMode
|
|
60
|
-
| --verbose
|
|
61
|
-
| --username
|
|
62
|
-
| --password
|
|
63
|
-
| --uaa-url
|
|
64
|
-
| --uaa-username
|
|
65
|
-
| --uaa-password
|
|
66
|
-
| --uaa-clientid
|
|
39
|
+
| | | |
|
|
40
|
+
|--------------------|-----|-------------|
|
|
41
|
+
| --config | -c | Path to deployment config yaml file, default ui5-deploy.yaml |
|
|
42
|
+
| --noConfig | -nc | Use provided CLI parameters and do not read deployment config yaml file |
|
|
43
|
+
| --destination | -d | Destination of BTP system |
|
|
44
|
+
| --scp | -s | Target is an ABAP Cloud system |
|
|
45
|
+
| --failFast | -f | Terminate deploy and throw error when encountering first error (y/N) |
|
|
46
|
+
| --yes | -y | Yes to all questions |
|
|
47
|
+
| --index | -i | Generate index.html file (y/n) |
|
|
48
|
+
| --url | -u | URL of deploy target ABAP system |
|
|
49
|
+
| --service | -sv | Target SAPUI5 ABAP Repository OData Service |
|
|
50
|
+
| --client | -l | Client number of deploy target ABAP system |
|
|
51
|
+
| --transport | -t | Transport number for deploy target ABAP system |
|
|
52
|
+
| --name | -n | Project name of the app |
|
|
53
|
+
| --package | -p | Package name for deploy target ABAP system |
|
|
54
|
+
| --service | -sv | Target SAPUI5 ABAP Repository OData Service |
|
|
55
|
+
| --description | -e | Project description of the app |
|
|
56
|
+
| --archive-url | -au | Download app bundle from this url and upload this bundle for deployment |
|
|
57
|
+
| --strict-ssl | -ss | Perform certificate validation (Y/n) (default: true) |
|
|
58
|
+
| --archive-path | -ap | Provide path of the app bundle for deployment |
|
|
59
|
+
| --testMode | -tm | Run deploy in test mode. ABAP backend reports deploy error without actual deploying the bundle. |
|
|
60
|
+
| --verbose | -vb | Enable verbose logging (default: false) |
|
|
61
|
+
| --username | -ur | Name of environment variable containing a username to authenticate (default: username from ui5-deploy.yaml) |
|
|
62
|
+
| --password | -pw | Name of environment variable containing a password to authenticate (default: password from ui5-deploy.yaml) |
|
|
63
|
+
| --uaa-url | -uu | UAA server url for steampunk systems which can be found in service key. |
|
|
64
|
+
| --uaa-username | -un | Username for steampunk system authentication. |
|
|
65
|
+
| --uaa-password | -up | User password for steampunk system authentication. |
|
|
66
|
+
| --uaa-clientid | -ui | Steampunk system client Id which can be found in service key. |
|
|
67
67
|
| --uaa-clientsecret | -us | Steampunk system client secret which can be found in service key. |
|