Improve error message for missing upgrade tag #608
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?
Hehe, I was meaning to file a more ambitious issue but you beat me to it... 👍
To relatively inexperienced Operators, such as yours truly, these can be a bit vague and unclear (as most technical error msgs are 🤣).
I can think of a two ways to better handle this:
🧠 1. Add to Docs site
Abra -> Error Messages
We can have longer explanations in the CLI. I feel like the best place for these msgs is on the Abra -> Trouble or perhaps a new page called
Error Messages
🤯 2. Provide links to docs in Terminal after Error Message
It's probably not feasible for every real bug / stack trace... but known cases seems possible to me?!
But how's this particular error fixed? :P
Meanwhile I had to undeploy + rm the app and recreate it with chaos mode, I couldn't upgrade even in chaos mode on 0.9.0-beta
Can someone drop an output of
-d
from when this occurs? 🙏I don't have it now, but it was here: https://git.coopcloud.tech/coop-cloud/abra/src/tag/0.9.0-beta/cli/app/upgrade.go#L203
Edit: So my guess was that
chosenUpgrade
was""
andtagcmp.Parse()
was failing because of it, but I didn't do anything more than that