@sap/ux-ui5-tooling 1.3.7 → 1.4.4
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 +18 -0
- package/README.md +5 -5
- package/dist/cli/index.js +95925 -85298
- package/dist/markdowns/add/add.en.md +3 -0
- package/dist/middlewares/fiori-tools-appreload.js +1120 -1107
- package/dist/middlewares/fiori-tools-preview.js +54547 -54261
- package/dist/middlewares/fiori-tools-proxy.js +66006 -65711
- package/dist/middlewares/fiori-tools-servestatic.js +99 -99
- package/dist/tasks/cf-deploy/index.js +55440 -41219
- package/dist/tasks/deploy/index.js +77895 -62373
- package/dist/templates/control-property-editor/app.js +1 -1
- package/dist/templates/control-property-editor/editor.html +1 -1
- package/dist/templates/control-property-editor/favicon.ico +0 -0
- package/dist/templates/control-property-editor/ui5-adaptation.js +1 -1
- package/dist/templates/control-property-editor/vendor.js +1 -1
- package/dist/templates/control-property-editor/vendor.js.LICENSE.txt +7 -0
- package/dist/templates/variants-management/preview.html +2 -1
- package/package.json +11 -11
|
@@ -33,5 +33,8 @@ SUBCOMMANDS:
|
|
|
33
33
|
flp-embedded-config - Adds the necessary configuration for running a Fiori application in FLP Embedded Mode. Mandatory parameters
|
|
34
34
|
| | | |
|
|
35
35
|
|---------------|----|----------------------------|
|
|
36
|
+
| --bspApplication | | The BSP of your application |
|
|
36
37
|
| --config | | Path to the YAML file from which to copy the backend configuration |
|
|
37
38
|
| --flp | | Path to the FLP in the backend, e.g. sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html |
|
|
39
|
+
|
|
40
|
+
variants-config - Adds the necessary configuration for enabling Variant Management for your Fiori application
|