From 0b375fdd732bd5c5efb4fc8d40fc7c46c6e6d501 Mon Sep 17 00:00:00 2001 From: Megan Davidson <33814653+MDavidson17@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:34:05 +1300 Subject: [PATCH] docs: add debug command TDE-902 (#210) #### Motivation Update documentation with debug command #### Modification add debug command to docs #### Checklist ~~- [ ] Tests updated~~ dont need to test docs - [x] Docs updated - [x] Issue linked in Title --- infra/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infra/README.md b/infra/README.md index 8651fb082..521803a11 100644 --- a/infra/README.md +++ b/infra/README.md @@ -70,6 +70,12 @@ Generate the kubernetes configuration yaml into `dist/` npx cdk8s synth ``` +To debug use the following as `cdk8s syth` swallows the errors + +```shell +npx tsx infra/cdk8s.ts +``` + Apply the generated yaml files ```shell