Skip to content

Commit

Permalink
docs(commands): the new diff --since capabilities, supporting commit …
Browse files Browse the repository at this point in the history
…hashes
  • Loading branch information
DavidVujic committed Sep 10, 2024
1 parent 303b2a9 commit 5007158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ uv run poly diff --since release
`--bricks` Useful for displaying changed bricks only. It will print a comma-separated list of bricks when using it with the `--short` option.

`--since` Useful for displaying changes since a `stable` or `release` tag.
The tag patterns are defined in the Workspace [configuration](configuration.md).
This option also support using a specific commit hash.

`--deps` Useful for displaying the bricks that are used by the changed bricks. Use it with the `--bricks` option.

Expand Down

0 comments on commit 5007158

Please sign in to comment.