Skip to content

Commit 84effcd

Browse files
authored
feat(cli): improve error messages and logging (#230)
1 parent b4a368b commit 84effcd

15 files changed

+329
-87
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@octokit/webhooks-types": "^6.2.4",
2929
"axios": "^1.4.0",
3030
"axios-retry": "^4.0.0",
31+
"chalk": "^4.1.2",
3132
"diff": "^5.1.0",
3233
"exponential-backoff": "3.1.1",
3334
"extract-zip": "^2.0.1",
@@ -39,6 +40,7 @@
3940
"simple-git": "^3.16.0",
4041
"source-map-support": "^0.5.21",
4142
"tar": "^6.2.0",
43+
"tree-node-cli": "^1.6.0",
4244
"yaml": "^2.1.1",
4345
"yargs": "~17.7.2"
4446
},

pnpm-lock.yaml

Lines changed: 116 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/application/cli/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ts_project(
1515
"//:node_modules/@nestjs/core",
1616
"//:node_modules/@types/node", # keep
1717
"//:node_modules/@types/yargs",
18+
"//:node_modules/chalk",
19+
"//:node_modules/tree-node-cli",
1820
"//:node_modules/yargs",
1921
"//src/domain",
2022
],

0 commit comments

Comments
 (0)