abra 0.10 app deploy output is less informative #550
Loading…
x
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?
previously
abra app deploy
listed the secrets and configs it was creating or reusing, but now it only shows progress of container deployment. i found the previous output useful to quickly check if the correct version of things was being deployed, specially when doing chaotic stuff.unsure now if i should get used to it or claim for it to come back :P
coop-cloud/hedgedoc#17 (comment)
There is some discussion already to add this stuff back. What do you think about only showing this information when it changed? See #537 (comment)
showing it when it changes sounds good!
Yeh apologies, I'm kinda freestyling the deploy output and it's still not great IMHO.
All those messages from before are now moved to
DEBUG
logging messages, so can easily be brought back after "initialising deploy" or whatever it says now. The only issue with "when it changed" is that it only shows when it changes on <v0.10.x
? E.g. create/update. So, do we mean that we ignore an "update" (you already know it was created?).Merging these two in here:
Some stuff is for "before deploy" (overview?) and others for "post deploy" (but we have UI for that yet besides logs).
Related: #556