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--chaos
too 🤔Oh, great spot.
I'm for that as well! Passing
-Cf
seems more logical to me.We also had a similar feeling situation with trying to name
--latest
onabra app deploy
and chaining--force --latest
seemed quite consistent.Seems a bit tedious but I'm for also mandating
-C
here 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
WARN
message appears but otherwise, I think we could run away with this fix and then re-close #554 and call it a day.