Skip to content

Commit

Permalink
chore: update docs on debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
Maed223 committed Oct 15, 2023
1 parent 69e6941 commit 934e67a
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions website/docs/cdktf/cli-reference/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -657,18 +657,24 @@ The debug information depends on the programming language. The following example

```
$ cdktf debug
language: java
cdktf-cli: 0.10.4
node: v16.15.0
cdktf: 0.10.4
constructs: 10.0.5
cdktf-cli: 0.18.2
node: v18.18.1
cdktf: 0.18.2
constructs: 10.3.0
jsii: 1.59.0
terraform: 1.1.8
arch: x64
os: darwin 21.4.0
terraform: 1.5.5
arch: arm64
os: darwin 22.6.0
java: 17.0.1
maven: Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)Maven home: /usr/local/Cellar/maven/3.8.2/libexecJava version: 17.0.1, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk/17.0.1_1/libexec/openjdk.jdk/Contents/HomeDefault locale: en_DE, platform encoding: UTF-8OS name: "mac os x", version: "12.3.1", arch: "x86_64", family: "mac"
maven: Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)Maven home: /usr/local/Cellar/maven/3.8.2/libexecJava version: 17.0.1, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk/17.0.1_1/libexec/openjdk.jdk/Contents/HomeDefault locale: en_DE, platform encoding: UTF-8OS name: "mac os x", version: "12.3.1", arch: "arm64", family: "mac"
┌─────────────────┬──────────────────┬─────────┬────────────┬──────────────────────┬─────────────────┐
│ Provider Name │ Provider Version │ CDKTF │ Constraint │ Package Name │ Package Version │
├─────────────────┼──────────────────┼─────────┼────────────┼──────────────────────┼─────────────────┤
│ vancluever/acme │ 2.18.0 │ ^0.18.0 │ │ @cdktf/provider-acme │ 9.0.3 │
├─────────────────┼──────────────────┼─────────┼────────────┼──────────────────────┼─────────────────┤
│ ad │ 0.4.4 │ ^0.18.0 │ │ @cdktf/provider-ad │ 6.0.0 │
└─────────────────┴──────────────────┴─────────┴────────────┴──────────────────────┴─────────────────┘
```

## provider add
Expand Down

0 comments on commit 934e67a

Please sign in to comment.