Skip to content

Conversation

@AndrewAsseily
Copy link
Contributor

@AndrewAsseily AndrewAsseily commented Dec 2, 2025

Issue #, if available: CLI-7288

Description of changes: Standardizes all AWS CLI error messages to use the format aws: [ERROR]: <error-message>.

Behavior:

Before:

Unknown options: --invalid-option

After:

aws: [ERROR]: Unknown options: --invalid-option

Backward Compatibility

Error message content is preserved exactly. Only the prefix changes from error: to [ERROR]:. Scripts parsing error content should continue to work with minimal modifications.

Description of tests:

  • Unit and functional tests pass locally.

@AndrewAsseily AndrewAsseily changed the title Implement standardized aws: [ERROR]: format for all CLI error messages Standardized aws: [ERROR]: format for all CLI error messages Dec 2, 2025
@AndrewAsseily AndrewAsseily changed the base branch from nyandrew/str-std-error to feature/str-std-error December 3, 2025 20:32
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.

1 participant