taimos / cfn-tail

Tail for AWS CloudFormation stack events
MIT License
24 stars 6 forks source link

add REVIEW_IN_PROGRESS color support #5

Closed atkinsonm closed 5 years ago

atkinsonm commented 5 years ago

REVIEW_IN_PROGRESS is a CloudFormation status which shows when a new CloudFormation stack is being created from a change set. REVIEW_IN_PROGRESS did not previously have a color associated with it, so it was assigned the default color. In the AWS console, REVIEW_IN_PROGRESS is colored the same as other *_IN_PROGRESS statuses, so I included it in the warn regEx.

Prior to this PR: image

atkinsonm commented 5 years ago

cc @obazoud @hoegertn

obazoud commented 5 years ago

+1