Show mix hex.package diff commands in hex.outdated output#1137
Open
Show mix hex.package diff commands in hex.outdated output#1137
Conversation
Add a hint listing `mix hex.package diff PACKAGE FROM..TO` commands for each outdated dependency so users and agents can easily view diffs from the CLI without needing a browser. Closes hexpm/diff#108
Mention that users can directly update the version in mix.exs to force a dependency to a specific version when mix deps.update does not update it due to transitive dependency conflicts.
Member
Author
|
It adds quite a but of output. Should we only show a single example command instead of a command for every outdated package? Or maybe add it to the table, but I am worried about the width of the table. |
Member
|
Hard to decide, I'm too worried about the width of the table so that's probably a -1 for that. I think showing just one command, or a generic one like, say, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The goal is to provide informations to agents on how to use view package diffs as they cannot easily access https://diff.hex.pm.