Using stackup 1.2.0
If I do change-set create against a stack that doesn't exist, a stack is created in the REVIEW_IN_PROGRESS state, as expected.
If I then try to create another change set, I get ERROR: no such stack.
I believe this is because stackup uses a change set type of UPDATE when the stack already exists -- but for a stack in the REVIEW_IN_PROGRESS state, it's appropriate to use a change set type of CREATE instead.
Using stackup 1.2.0
If I do
change-set createagainst a stack that doesn't exist, a stack is created in theREVIEW_IN_PROGRESSstate, as expected.If I then try to create another change set, I get
ERROR: no such stack.I believe this is because stackup uses a change set type of
UPDATEwhen the stack already exists -- but for a stack in theREVIEW_IN_PROGRESSstate, it's appropriate to use a change set type ofCREATEinstead.