Skip to content

Commit 97cd335

Browse files
authored
Merge pull request #160 from microservices-suite/repo-engineering/deletion_automation
Repo engineering/deletion automation
2 parents 329fa6d + 1e4334a commit 97cd335

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.suite-cli/cli/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "@microservices-suite/cli",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "This is the CLI tool for running the microservices-suite monorepo. It contains functionalities and tools required for automation and managing the repo across supported platforms. Works on Windows,MacOS and Linux as well as support to some extend other variants like SunOS, IBM AIX, FreeBSD, OpenBSD and more",
55
"main": "cli.js",
66
"repository": "https://github.com/microservices-suite/node-microservices-suite.git",
77
"author": "Gilber Andanje <[email protected]>",
88
"license": "MIT",
9+
"engines": {
10+
"node": ">=20"
11+
},
912
"private": false,
1013
"bin": {
1114
"suite": "cli.js"
@@ -28,4 +31,4 @@
2831
"inquirer": "8.0.0",
2932
"ora": "5.4.1"
3033
}
31-
}
34+
}

.suite-cli/cli/scripts/scripts.module.js

-1
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,6 @@ const readAndWriteDashboardFile = (app_directory, answers) => {
21522152
const filename = 'dashboard.ndjson';
21532153
const outputPath = path.join(outputDirectory, filename);
21542154
// Read the NDJSON file content as a string
2155-
console.log({__dirname:__dirname})
21562155
const krakendNdjson = readFileSync(`${__dirname}/krakend.ndjson`, 'utf8');
21572156

21582157
// Replace all occurrences of 'KrakenD' with 'SuiteCLI/<appname>'

0 commit comments

Comments
 (0)