pijul diff

Shows difference between two channels/changes

Usage

pijul diff [FLAGS] [OPTIONS] [prefixes]...

Args

<prefixes>...

Only diff those paths (files or directories). If missing, diff the entire repository

Flags

-h, --help

Prints help information

--json

Output the diff in JSON format instead of the default change text format

--short

Show a short version of the diff

--tag

Add all the changes of this channel as dependencies (except changes implied transitively), instead of the minimal dependencies

-V, --version

Prints version information

Options

--channel <channel>

Compare with this channel

--repository <repo-path>

Set the repository where this command should run. Defaults to the first ancestor of the current directory that contains a .pijul directory