Skip to content

docs: add --concurrency option to cdk destroy reference#482

Merged
mrgrain merged 3 commits intoawsdocs:mainfrom
mikevoets:docs/destroy-concurrency
Mar 24, 2026
Merged

docs: add --concurrency option to cdk destroy reference#482
mrgrain merged 3 commits intoawsdocs:mainfrom
mikevoets:docs/destroy-concurrency

Conversation

@mikevoets
Copy link
Contributor

Description

Documentation Change Type:

  • Typo/grammar fix
  • Clarification or minor improvement
  • New example or code snippet
  • New section or topic
  • Major restructuring or enhancement

Affected Documentation Page(s):

Description of Changes

Adds the new --concurrency <NUMBER> option to the cdk destroy command reference page. This option was introduced in aws/aws-cdk-cli#1221. Also adds a usage example showing concurrent stack deletion.

Motivation and Context

The --concurrency flag for cdk destroy has shipped in the CDK CLI but is not yet documented. The option mirrors the existing cdk deploy --concurrency behavior, allowing users to destroy multiple stacks in parallel while respecting dependency order.

How Has This Been Validated?

  • Verified formatting is consistent with the existing --concurrency option on the cdk deploy reference page
  • Confirmed all facts against the source PR (aws/aws-cdk-cli#1221)

Checklist

  • My changes follow the AsciiDoc syntax guidelines
  • I have previewed my changes using GitHub's preview or a local AsciiDoc renderer
  • My changes maintain consistent formatting with the rest of the documentation
  • I have checked that all links work correctly

Additional Information

The option entry and example were modeled directly on the existing --concurrency documentation for cdk deploy to ensure consistency.

@mikevoets mikevoets requested a review from a team as a code owner March 20, 2026 22:46
@mikevoets mikevoets changed the title Add --concurrency option to cdk destroy reference docs: add --concurrency option to cdk destroy reference Mar 20, 2026
@mrgrain mrgrain merged commit 3d7aa1e into awsdocs:main Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants