let abra app errors
show errors that docker stack ps --no-trunc does
#339
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?
abra app ps/errors/logs
are already super helpful when debugging new recipes. The only time I break out of abra-flow is when some entrypoint/secret/config stuff is wrong, which mostly reveals by looking intodocker stack ps --no-trunc
. Not sure whats the difference toabra app ps
. It's not a very high priority thing for me, but could be useful!this would be a recent example me failing on go templating with onlyoffice :D
thanks for raising @yksflip! this is also the only time i'm breaking out of
abra
use and i'd like to fix that :) very close to not having the docker cli installed on my machine 🙃 need to figure out how to get that--no-trunc
output visible alright. perhaps showing both inps
anderrors
output...Converging on coop-cloud/organising#501.