You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the command aws ec2 create-launch-template-version help generates an error message with line-length-limit.
Expected Behavior
To display the help document for ec2 create-launch-template-version
Current Behavior
The output of running aws ec2 create-launch-template-version help:
<string>:: (ERROR/3) Line 2533 exceeds the line-length-limit.
() ()
NAME
-
System Message: ERROR/3 (<string>:)
Line 2533 exceeds the line-length-limit.
()
Thank you for the patience @kkumler. I wanted to post an update that the team have identified the bug and is currently looking into working a fix. Will keep it posted.
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
Running the command
aws ec2 create-launch-template-version help
generates an error message withline-length-limit
.Expected Behavior
To display the help document for ec2 create-launch-template-version
Current Behavior
The output of running
aws ec2 create-launch-template-version help
:Reproduction Steps
aws ec2 create-launch-template-version help
Possible Solution
No response
Additional Information/Context
aws --version
output:aws-cli/2.13.29 Python/3.11.6 Darwin/22.6.0 source/arm64 prompt/off
Also received the same issue running the command while on CloudShell:
with version
aws-cli/2.13.27 Python/3.11.6 Linux/4.14.255-322-265.538.amzn2.x86_64 exec-env/CloudShell exe/x86_64.amzn.2 prompt/off
CLI version used
2.13.29
Environment details (OS name and version, etc.)
macos 13.5.2
The text was updated successfully, but these errors were encountered: