Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for no user/channel pattern matches #3337

Merged
merged 3 commits into from
Aug 29, 2023
Merged
Changes from 2 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
11 changes: 11 additions & 0 deletions reference/commands/list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,17 @@ Use the pattern for searching only references matching a specific channel:
hello/2.3.2@mycompany/stable
hello/1.0.4@mycompany/stable

Use the ``...@`` pattern for searching only references that don't have _user_ and _channel_:
czoido marked this conversation as resolved.
Show resolved Hide resolved

.. code-block:: text
:caption: *list references without user and channel*

$ conan list "*/*@"
Local Cache
string-view-lite
string-view-lite/1.6.0
zlib
zlib/1.2.11

Listing recipe revisions
------------------------
Expand Down