stack_master validate exits with a non-zero code on a valid stack.
> stack_master --version
StackMaster 1.13.0
echo $?
1
> stack_master validate us-east-1 bastion-vpc
Executing validate on bastion-vpc in us-east-1
bastion-vpc: valid
> echo $?
1
This causes a bit of havoc in continuous integration where we rely on the exit code to indicate the validity of the stack.
stack_master validateexits with a non-zero code on a valid stack.This causes a bit of havoc in continuous integration where we rely on the exit code to indicate the validity of the stack.