@@ -49,7 +49,7 @@ Listing recipe references
4949 string-view-lite
5050 string-view-lite/1.6.0
5151 zlib
52- zlib/1.2.11
52+ zlib/1.3.1
5353
5454 This command is equivalent to ``$ conan list "*" `` (make sure to quote the argument), if no argument
5555is provided Conan will list all packages.
@@ -61,7 +61,7 @@ is provided Conan will list all packages.
6161 $ conan list zlib
6262 Local Cache
6363 zlib
64- zlib/1.2.11
64+ zlib/1.3.1
6565 zlib/1.2.12
6666
6767
@@ -75,7 +75,7 @@ search.
7575 $ conan list "zlib/*"
7676 Local Cache
7777 zlib
78- zlib/1.2.11
78+ zlib/1.3.1
7979 zlib/1.2.12
8080
8181 You can also use version ranges in the version field to define the versions you want:
@@ -87,7 +87,7 @@ You can also use version ranges in the version field to define the versions you
8787 $ conan list "zlib/[<1.2.12]" -r=conancenter
8888 Local Cache
8989 zlib
90- zlib/1.2.11
90+ zlib/1.3.1
9191 $ conan list "zlib/[>1.2.11]" -r=conancenter
9292 Local Cache
9393 zlib
@@ -115,7 +115,7 @@ Use the ``...@`` pattern for searching only references that don't have *user* an
115115 string-view-lite
116116 string-view-lite/1.6.0
117117 zlib
118- zlib/1.2.11
118+ zlib/1.3.1
119119
120120 Listing recipe revisions
121121------------------------
@@ -126,10 +126,10 @@ we can use the ``#latest`` placeholder:
126126.. code-block :: text
127127 :caption: *list latest recipe revision*
128128
129- $ conan list zlib/1.2.11 #latest
129+ $ conan list zlib/1.3.1 #latest
130130 Local Cache
131131 zlib
132- zlib/1.2.11
132+ zlib/1.3.1
133133 revisions
134134 ffa77daf83a57094149707928bdce823 (2022-11-02 13:46:53 UTC)
135135
@@ -138,10 +138,10 @@ To list all recipe revisions use the ``*`` wildcard:
138138.. code-block :: text
139139 :caption: *list all recipe revisions*
140140
141- $ conan list "zlib/1.2.11 #*"
141+ $ conan list "zlib/1.3.1 #*"
142142 Local Cache
143143 zlib
144- zlib/1.2.11
144+ zlib/1.3.1
145145 revisions
146146 ffa77daf83a57094149707928bdce823 (2022-11-02 13:46:53 UTC)
147147 8b23adc7acd6f1d6e220338a78e3a19e (2022-10-19 09:19:10 UTC)
@@ -160,10 +160,10 @@ using ``name/version@user/channel:*`` as the pattern:
160160 :caption: *list all package IDs for latest recipe revision*
161161
162162 # Make sure to quote the argument
163- $ conan list "zlib/1.2.11 :*"
163+ $ conan list "zlib/1.3.1 :*"
164164 Local Cache
165165 zlib
166- zlib/1.2.11
166+ zlib/1.3.1
167167 revisions
168168 d77ee68739fcbe5bf37b8a4690eea6ea (2022-08-05 17:17:30 UTC)
169169 packages
@@ -193,7 +193,7 @@ using ``name/version@user/channel:*`` as the pattern:
193193 .. note ::
194194
195195 Here the ``#latest `` for the recipe revision is implicit, i.e., that pattern is
196- equivalent to ``zlib/1.2.11 #latest:* ``
196+ equivalent to ``zlib/1.3.1 #latest:* ``
197197
198198
199199To list all the package IDs for all the recipe revisions use the ``* `` wildcard in the
@@ -203,10 +203,10 @@ revision ``#`` part:
203203 :caption: *list all the package IDs for all the recipe revisions*
204204
205205 # Make sure to quote the argument
206- $ conan list "zlib/1.2.11 #*:*"
206+ $ conan list "zlib/1.3.1 #*:*"
207207 Local Cache
208208 zlib
209- zlib/1.2.11
209+ zlib/1.3.1
210210 revisions
211211 d77ee68739fcbe5bf37b8a4690eea6ea (2022-08-05 17:17:30 UTC)
212212 packages
@@ -245,10 +245,10 @@ package ID is using the pattern ``name/version@user/channel#rrev:pkgid``
245245.. code-block :: text
246246 :caption: *list latest package revision for a specific recipe revision and package ID*
247247
248- $ conan list zlib/1.2.11 #8b23adc7acd6f1d6e220338a78e3a19e:fdb823f07bc228621617c6397210a5c6c4c8807b
248+ $ conan list zlib/1.3.1 #8b23adc7acd6f1d6e220338a78e3a19e:fdb823f07bc228621617c6397210a5c6c4c8807b
249249 Local Cache
250250 zlib
251- zlib/1.2.11
251+ zlib/1.3.1
252252 revisions
253253 8b23adc7acd6f1d6e220338a78e3a19e (2022-08-05 17:17:30 UTC)
254254 packages
@@ -263,10 +263,10 @@ To list all the package revisions for for the latest recipe revision:
263263 :caption: *list all the package revisions for all package-ids the latest recipe revision*
264264
265265 # Make sure to quote the argument
266- $ conan list "zlib/1.2.11 :*#*"
266+ $ conan list "zlib/1.3.1 :*#*"
267267 Local Cache
268268 zlib
269- zlib/1.2.11
269+ zlib/1.3.1
270270 revisions
271271 6a6451bbfcb0e591333827e9784d7dfa (2022-12-29 11:51:39 UTC)
272272 packages
@@ -282,7 +282,7 @@ To list all the package revisions for for the latest recipe revision:
282282 .. note ::
283283
284284 Here the ``#latest `` for the recipe revision is implicit, i.e., that pattern is
285- equivalent to ``zlib/1.2.11 #latest:*#* ``
285+ equivalent to ``zlib/1.3.1 #latest:*#* ``
286286
287287
288288Listing graph artifacts
@@ -366,7 +366,7 @@ with the following structure:
366366.. code-block :: text
367367
368368 # Make sure to quote the argument
369- $ conan list "zlib/1.2.11 :*#*" --format=json
369+ $ conan list "zlib/1.3.1 :*#*" --format=json
370370 {
371371 "Local Cache": {
372372 "zli/1.0.0": {
0 commit comments