Another (recommended) way is to install UI5 CLI globally like so. Then you do not need installing it in your project but having it globally (for all projects/repos).npm i -g @ui5/cli
Thank you Nils for this great article!
Is there a way one could determine logged in user at runtime in comparison to the configuration being described?
I think of something like the logon at the Fiori Launchpad being used normally.
Hi josh.jacob any news on resolving the CD task? Altough project piper is out there, as Gitlab is lightweight and heavily used, I think a solution with Gitlab CI is still under demand.
Yes I do. You confirmed something I only could guess about. Thank you very much for your valuable response!
Is it possible to access data from a database table of another system in this method? What I need to achieve is to fetch data from another od...