From 16d80f885a72a7d7fbf29cae37d73317f2d9a282 Mon Sep 17 00:00:00 2001 From: Joe Patterson Date: Wed, 13 Sep 2023 09:35:54 +1000 Subject: [PATCH] Update .changeset/brown-cameras-marry.md Co-authored-by: Johan Haals Signed-off-by: Joe Patterson --- .changeset/brown-cameras-marry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/brown-cameras-marry.md b/.changeset/brown-cameras-marry.md index d393191028..f87dc19b74 100644 --- a/.changeset/brown-cameras-marry.md +++ b/.changeset/brown-cameras-marry.md @@ -2,4 +2,4 @@ '@backstage/cli': patch --- -Allows the ability to override the inspect and add after the `=` so you can now change the i.p. and port of the inspect and inspectBrk by adding for example `--inspect=0.0.0.0:9229` +Added the ability to specify the listen address for the `--inspect` and `--inspect-brk` command. You can now set the ip and port of the `inspect` and `inspectBrk` by adding for example `--inspect=0.0.0.0:9229`