From 2b4a001ea5a5ff3f2b380d5dfe06e96478697a74 Mon Sep 17 00:00:00 2001 From: Vincent Gottschling Date: Fri, 24 Oct 2025 15:46:49 +0200 Subject: [PATCH 1/2] add install requirements for console in-app deployment --- tools/console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/console.md b/tools/console.md index a3e5541bb3..fe96d19823 100644 --- a/tools/console.md +++ b/tools/console.md @@ -116,7 +116,7 @@ Deploying your application is as simple as clicking through a guided dialog. CAP You can choose between two deployment modes: -- **In-App Deployment**: Uses pre-packaged CLI tools with the correct versions — no need to install anything locally. (Currently you still have to install [cds-dk](https://www.npmjs.com/package/@sap/cds-dk?activeTab=dependencies) manually, but we are working on it!) +- **In-App Deployment**: Uses pre-packaged CLI tools with the correct versions — no need to install anything locally. (Currently you still have to locally install [cds-dk](https://www.npmjs.com/package/@sap/cds-dk?activeTab=dependencies), [mbt](https://sap.github.io/cloud-mta-build-tool/download/) and in case of windows [make](https://sap.github.io/cloud-mta-build-tool/makefile/), but we are working on it!) - **CLI-Based Deployment**: Copy all necessary commands and run them in your own terminal. ### Designed for Simplicity From 4d906883b7d887313aaaf41e1232c2cba5b29ce6 Mon Sep 17 00:00:00 2001 From: vincentatsap <152401717+vincentatsap@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:26:13 +0100 Subject: [PATCH 2/2] add note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: René Jeglinsky --- tools/console.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/console.md b/tools/console.md index fe96d19823..716dd7338d 100644 --- a/tools/console.md +++ b/tools/console.md @@ -116,7 +116,9 @@ Deploying your application is as simple as clicking through a guided dialog. CAP You can choose between two deployment modes: -- **In-App Deployment**: Uses pre-packaged CLI tools with the correct versions — no need to install anything locally. (Currently you still have to locally install [cds-dk](https://www.npmjs.com/package/@sap/cds-dk?activeTab=dependencies), [mbt](https://sap.github.io/cloud-mta-build-tool/download/) and in case of windows [make](https://sap.github.io/cloud-mta-build-tool/makefile/), but we are working on it!) +- **In-App Deployment**: Uses pre-packaged CLI tools with the correct versions — no need to install anything locally. + > [!note] + > Currently you still have to locally install [cds-dk](https://www.npmjs.com/package/@sap/cds-dk?activeTab=dependencies), [mbt](https://sap.github.io/cloud-mta-build-tool/download/) and in case of windows [make](https://sap.github.io/cloud-mta-build-tool/makefile/), but we are working on it! - **CLI-Based Deployment**: Copy all necessary commands and run them in your own terminal. ### Designed for Simplicity