Should --force allow redeploying a chaos-deployed instance without --chaos?
#646
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This integration test fails after !644, implying that the following should work:
Personally I kinda still stand by #554 comment 26664, "I think bailing on non-chaos deploy is the least-wrong thing to do here"
Ah and this test implies that
abra app deploy foo.bar.com <commit hash>should work without--chaostoo 🤔Oh, great spot.
I'm for that as well! Passing
-Cfseems more logical to me.We also had a similar feeling situation with trying to name
--latestonabra app deployand chaining--force --latestseemed quite consistent.Seems a bit tedious but I'm for also mandating
-Chere just for simplicity / consistency sake.OK roger that I'll update the tests 🫡
Tales from Matrix:
@3wordchant oh yeh, great! this seems good? that may be the winner for now then? 🤸 And then no tests chaos to fix? Maybe one to add to ensure that
WARNmessage appears but otherwise, I think we could run away with this fix and then re-close #554 and call it a day.