Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

sminnee/composer-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

composer-diff

composer-diff performs a git diff command on your project.

Unlike git diff, however, it will also return differences in any packages marked in your composer.lock file

Installation

A good way to install CLI tools from composer is 'composer global require':

composer global require sminnee/composer-diff

Then, if you haven't already, add ~/.composer/vendor/bin to your shell path.

The binary will be installed to ~/.composer/vendor/bin/composer-diff.

Usage

You can see the changes themselves this way:

composer-diff diff sha-from [sha-to]
  • sha-from is the SHA of your project to use as the starting point
  • sha-to is the SHA of your project to use as the end point. If ommitted, the current check-out of code is used

If you wish to see the log messages instead of the changes, use this command:

composer-diff log sha-from [sha-to]

Limitations

  • Doesn't work if a package isn't checked out in your project as a git repo
  • Output not the best

About

Display diffs of composer projects and all their modules

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy