stack_master icon indicating copy to clipboard operation
stack_master copied to clipboard

Status command fails if parameters can't be resolved

Open viraptor opened this issue 3 years ago • 0 comments

I tried to run stack_master status in an environment with a few stacks and unfortunately I got no results due to a parameter missing:

error: Unable to resolve parameter "ShopfrontExtAlbSg" value causing error: Stack with id shopfront-ext-alb-sg does not exist. Use --trace to view backtrace

This feels like the wrong behaviour for status. If the stack cannot be parsed it should be listed as "unknown" and not stop the rest of the stacks from being listed.

viraptor avatar Feb 18 '22 03:02 viraptor