abra recipe sync
should print the "from" and "to" versions when prompting for the magnitude of the version
#579
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?
For example it prompts you for the magnitude (e.g. major, minor, patch) of the sync without providing enough information to make that determination (it shows the current version but none of the changes).
One way to fix it would be showing the diff currently in the repository (so that the version changes would be highlighted). It could also just pull out those, e.g. the previous container versions and the new container versions.
Yeh I agree with this, will try to fit into the next release. Diff + additional context sounds good.