-
Notifications
You must be signed in to change notification settings - Fork 4.4k
docs(contributing): update references to reflect AWS CDK CLI is in a separate repo #36542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@mrgrain Thanks for the review. I have updated the code with your suggestions. |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status✅ The pull request has been merged at 07a975d This pull request spent 28 minutes 54 seconds in the queue, including 28 minutes 45 seconds running CI. Required conditions to merge
|
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #36220.
Reason for this change
The AWS CDK CLI was moved to a separate repository (
aws/aws-cdk-cli) in #32775. But multiple documentation files in this repository still reference the CLI as if it lives here, which can be confusing for contributors and users.This change updates the documentation to accurately reflect the current repository layout and directs contributors to the correct location for CLI development, testing, and installation.
Description of changes
CONTRIBUTING.mdto remove or clarify CLI-specific development and integration test instructions that no longer apply to this repository.MANUAL_INSTALLATION.mdto explicitly state that the AWS CDK CLI is released and maintained in theaws/aws-cdk-clirepository.These changes ensure documentation consistency after the CLI repository split and improve onboarding for new contributors.
No alternative approaches were considered, as this is a straightforward documentation correction aligning with the current project structure.
Describe any new or updated permissions being added
None.
This is a documentation-only change and does not introduce or modify any IAM
permissions.
Description of how you validated changes
aws/aws-cdk-clirepository are correct and accessible.Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license