File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Listing recipe references
38
38
:caption: *list all references on local cache*
39
39
40
40
# Make sure to quote the argument
41
- $ conan list "*"
41
+ $ conan list
42
42
Local Cache
43
43
hello
44
44
hello/2.26.1@mycompany/testing
@@ -51,6 +51,9 @@ Listing recipe references
51
51
zlib
52
52
zlib/1.2.11
53
53
54
+ This command is equivalent to ``$ conan list "*"`` (make sure to quote the argument), if no argument
55
+ is provided Conan will list all packages.
56
+
54
57
55
58
.. code-block :: text
56
59
:caption: *list all versions of a reference*
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ That we can create ``pkg/1.0`` package with:
42
42
pkg/1.0 .
43
43
...
44
44
45
- $ conan list " *"
45
+ $ conan list " pkg/ *"
46
46
Local Cache
47
47
pkg
48
48
pkg/1.0
@@ -59,7 +59,7 @@ create the new ``pkg/1.1`` version:
59
59
pkg/1.1 .
60
60
...
61
61
62
- $ conan list " *"
62
+ $ conan list " pkg/ *"
63
63
Local Cache
64
64
pkg
65
65
pkg/1.0
@@ -85,7 +85,7 @@ remove the ``version`` attribute from the recipe and do:
85
85
pkg/1.2 .
86
86
...
87
87
88
- $ conan list " *"
88
+ $ conan list " pkg/ *"
89
89
Local Cache
90
90
pkg
91
91
pkg/1.0
@@ -121,7 +121,7 @@ Then, this can be done:
121
121
pkg/1.3 .
122
122
...
123
123
124
- $ conan list " *"
124
+ $ conan list " pkg/ *"
125
125
Local Cache
126
126
pkg
127
127
pkg/1.0
@@ -148,7 +148,7 @@ command line argument is not provided with the following syntax:
148
148
pkg/1.4 .
149
149
...
150
150
151
- $ conan list " *"
151
+ $ conan list " pkg/ *"
152
152
Local Cache
153
153
pkg
154
154
pkg/1.0
@@ -186,7 +186,7 @@ Likewise, it is possible to obtain the version from a Git tag:
186
186
pkg/1.5 .
187
187
...
188
188
189
- $ conan list " *"
189
+ $ conan list " pkg/ *"
190
190
Local Cache
191
191
pkg
192
192
pkg/1.0
You can’t perform that action at this time.
0 commit comments