From 191f11cbaa935d1680ec658e46673a209847f2ec Mon Sep 17 00:00:00 2001 From: zgjimhaziri Date: Fri, 4 Jul 2025 16:08:37 +0200 Subject: [PATCH 1/3] TA-3920: Fix global install of Content CLI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67b7872a..d5579c13 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "CLI Tool to help manage content in Celonis EMS", "main": "content-cli.js", "bin": { - "content-cli": "./dist/content-cli.js" + "content-cli": "./content-cli.js" }, "author": "Celonis SE", "license": "MIT", From dd2bcb5a252c9c5c1d4c601bad8c0604d24403d4 Mon Sep 17 00:00:00 2001 From: zgjimhaziri Date: Fri, 4 Jul 2025 16:11:23 +0200 Subject: [PATCH 2/3] TA-3920: Update local setup guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ceeec31..a59208f5 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ run `node content-cli.js` in the generated `dist` folder. If we want to use a specific local build of the tool globally, we can do this by: - Move to the root directory of the project. +- Execute `cd dist`, to move to the `dist` directory. - Execute the `npm link` command. This will create a symbolic link in the global `node_modules` directory, allowing you to run the CLI from anywhere on your machine. From 9115cf2901c6e909c0ceee632138543d2262334b Mon Sep 17 00:00:00 2001 From: zgjimhaziri Date: Fri, 4 Jul 2025 16:52:03 +0200 Subject: [PATCH 3/3] TA-3920: Bump package.json patch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5579c13..b94ab968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@celonis/content-cli", - "version": "1.0.0", + "version": "1.0.1", "description": "CLI Tool to help manage content in Celonis EMS", "main": "content-cli.js", "bin": {