abra app undeploy
fails to fetch recipe
#573
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?
(Regression from the large refactor last release...)
Oh dear, this one is also a bit of a rabbit hole!
This is a result of toolshed/organising#628. Contrary to what we thought then, yes,
abra app undeploy
does need to access the check-out (and have it present on the local FS) because it needs to know theTIMEOUT
value.@simon how do you feel about
--chaos/-C
being added toabra app undeploy
? The proposed code change is here: #595 Would this disrupt your workflow?I guess this might be a slight annoyance for those not expecting it in the next release of
abra
but passing-C
is so ingrained now, I hope it will be obvious how to proceed when people run into the issue?