Skip to content

Commit

Permalink
docs: update pixi list docs (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Oct 14, 2024
1 parent f6b9d11 commit 1af11ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@ pixi task list --summary

List project's packages. Highlighted packages are explicit dependencies.

##### Arguments

1. `[REGEX]`: List only packages matching a regular expression (optional).

##### Options

- `--platform <PLATFORM> (-p)`: The platform to list packages for. Defaults to the current platform
Expand All @@ -458,6 +462,7 @@ List project's packages. Highlighted packages are explicit dependencies.

```shell
pixi list
pixi list py
pixi list --json-pretty
pixi list --explicit
pixi list --sort-by size
Expand Down

0 comments on commit 1af11ea

Please sign in to comment.