Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions reference/commands/list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -443,3 +443,8 @@ full references into other commands (like for example ``conan cache path``):
The ``--format=compact`` will show the list of values for ``settings``, and it will only show the differences ("diff")
for options, that is, it will compute the common denominator of options for all displayed packages, and will print
only those values that deviate from that common denominator.


.. seealso::

- :ref:`Read the "package lists" example usages <examples_commands_pkglists>`
5 changes: 5 additions & 0 deletions reference/commands/pkglist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ The ``conan pkglist find-remote`` command will take a package list of packages i
(key ``"Local Cache"``) and look for them in the defined remotes. For every exact occurrence in a remote
matching the recipe, version, recipe-revision, etc, an entry in the resulting "package lists"
will be added for that specific remote.


.. seealso::

- :ref:`Read the "package lists" example usages <examples_commands_pkglists>`