Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brian McClain <[email protected]>
  • Loading branch information
rkoron007 and BrianMMcClain authored Apr 23, 2024
1 parent 8700f82 commit dfffabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/cdktf/cli-reference/cli-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Commands:
cdktf destroy [OPTIONS] <stacks..> Destroy the given stacks
cdktf diff [stack] [OPTIONS] Perform a diff (terraform plan) for the given stack [aliases: plan]
cdktf list [OPTIONS] List stacks in app.
cdktf login Retrieves an API token to connect to HCP Terraform.
cdktf login Retrieves an API token to connect to Terraform Cloud.
cdktf synth [stack] [OPTIONS] Synthesizes Terraform code for the given app in a directory. [aliases: synthesize]
cdktf watch [stack] [OPTIONS] [experimental] Watch for file changes and automatically trigger a deploy
cdktf output [stack] [OPTIONS] Prints the output of a stack
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/cli-reference/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ diff -- Perform a diff (terraform plan) for the given stack
get -- Generate CDK Constructs for Terraform providers and modules.
init -- Create a new cdktf project from a template.
list -- List stacks in app.
login -- Retrieves an API token to connect to HCP Terraform.
login -- Retrieves an API token to connect to Terraform Cloud.
synth -- Synthesizes Terraform code for the given app in a directory.
watch -- [experimental] Watch for file changes and automatically trigger a deploy
```
Expand Down

0 comments on commit dfffabe

Please sign in to comment.