Skip to content

Commit

Permalink
docs: add debug command TDE-902 (#210)
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
MDavidson17 authored Oct 26, 2023
1 parent bdcfd21 commit 0b375fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b375fd

Please sign in to comment.