fix: better context handling and less unexpected deleting #262
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dont-delete-shit-unexpectedly"
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?
coop-cloud/organising#335
abra app rm
is now marked as "will delete all the things, watch out!". I've remove the volume/secret filtering, as that is present in the relevant "app secret/volume" sub-commands and have noted that in the help. The idea for this command was really to delete the local env file, once you've done that,abra
can't help clean up anything. So, hopefully it's clear that you run this command at the very end of anything to do with the app and not just for cleaning up secrets or volumes. Seeapp remove -h
for more.coop-cloud/organising#325
We don't clean up the servers dir if we find files in there.
coop-cloud/organising#340
We now (finally) have robust handling for missing docker contexts. You can now run
abra app server ls --problems/-p
to see which servers you're having problems with. We now filter on the contexts whenever a remote connection will get made and ensure we have a context, if not, we error out with a hopefully helpful message.