Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kmd diff tool #96

Open
pinkwah opened this issue Mar 13, 2020 · 1 comment
Open

kmd diff tool #96

pinkwah opened this issue Mar 13, 2020 · 1 comment
Labels
christmas-review Issues and PRs for Christmas review enhancement tooling

Comments

@pinkwah
Copy link
Contributor

pinkwah commented Mar 13, 2020

I want to write kmd diff 2020.02.01 2020.03.01 in a releases directory or kmd diff stable-py2 testing-py2 --root=/prog/res/komodo for deployed and have a nice diff of changes, with colours and emojis. The output could be divided into four sections. A is the first argument, B is the second:

  • Updates: Exist in both; version in A is lower than in B
  • Downgrades: Exist in both; version in A is higher than in B
  • Additions: Exist in A; don't exist in B
  • Deletions: Don't exist in A; exist in B

Additionally, adding a --markdown (-m ?) flag would print markdown output that can be copy-pasted into Slack or Github.

@markusdregi
Copy link
Contributor

I see the same need 👍

@eivindjahren eivindjahren added the christmas-review Issues and PRs for Christmas review label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
christmas-review Issues and PRs for Christmas review enhancement tooling
Projects
None yet
Development

No branches or pull requests

4 participants