core: Typo and bad command guidance for rebootstrap #31963
Labels
@aws-cdk/core
Related to core CDK functionality
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Describe the bug
With CDK 3.364, there is a slight typo
runing
should berunning
and an incorrect bootstrap command suggested. Instead of a comma between the different account/region pairs in the bootstrap command, it should be a space. i.e.cdk bootstrap aws://<redactedAccount>/us-east-1,aws://<redactedAccount>/us-west-2
should becdk bootstrap aws://<redactedAccount>/us-east-1 aws://<redactedAccount>/us-west-2
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
Correct spelling and suggested command to rebootstrap can be copy and pasted.
Current Behavior
Running this command results in:
❯ cdk bootstrap aws:///us-east-1,aws:///us-west-2
Expected environment name in format 'aws:///', got: aws:///us-east-1,aws:///us-west-2
Reproduction Steps
This is an error in the text. To repro, attempt to deploy a stack that was bootstrapped with a version prior to 2.149
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.164.1 (build bb9275c)
Framework Version
No response
Node.js Version
20.13.1
OS
MacOS Sonoma 14.6.1
Language
TypeScript
Language Version
No response
Other information
Related to the fix in: #31885
The text was updated successfully, but these errors were encountered: